Building documentation on Windows

3 Aug
2022
3 Aug
'22
11:58 a.m.
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
1008
Age (days ago)
1008
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Bonner