LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

sphinx documentation under python 3 fails #2

Closed aellery closed 2 years ago

aellery commented 4 years ago

The sphinx documentation does not build properly when using the python 3 version of sphinxdocs. Partway through the build autodocs returns a KeyError.

KeyError: 'Boost.Python'

To reproduce, run

scons -j8 sphinxdoc

LutzGross commented 2 years ago

duplicate of #56