All of lore.kernel.org
 help / color / mirror / Atom feed
* Building documentation on Windows
@ 2022-08-03  9:58 Martin Bonner
  0 siblings, 0 replies; only message in thread
From: Martin Bonner @ 2022-08-03  9:58 UTC (permalink / raw)
  To: u-boot

I am trying to build documentation on Windows with `make htmldocs`.
In additions to the modules I have installed for building tools (such
as  fit-check-sign), I have installed
    pacman -S mingw-w64-x86_64-python-sphinx
    pacman -S mingw-w64-x86_64-fontconfig
    pacman -S mingw-w64-x86_64-python-sphinx_rtd_theme
in response to errors.

My latest error is:
Extension error:
Could not import extension kfigure (exception: No module named 'six')
make[1]: *** [doc/Makefile:68: htmldocs] Error 2
make: *** [Makefile:2412: htmldocs] Error 2

so my natural instinct was `pip install six` - but this failed with
Requirement already satisfied: six in /usr/lib/python3.10/site-packages (1.16.0)

Does anyone have any suggestion how to fix this?

Martin

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-03  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03  9:58 Building documentation on Windows Martin Bonner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.