-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Using the version of Sphinx that requirements/doc.txt
pulls in for the main SciPy repo will fail to build this project with i.e., make dist
per the output/error below. A simple workaround is to use an older (6.x series) version of Sphinx for now.
mkdir -p build/html build/doctrees
sphinx-build -b html -d build/doctrees . build/html
Running Sphinx v7.4.7
loading translations [en]... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 1 source files that are out of date
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files... done
copying extra files... done
copying assets: done
writing output... [100%] index
Theme error:
An error happened in rendering the page index.
Reason: UndefinedError("'style' is undefined")
make: *** [Makefile:48: html] Error 2
Metadata
Metadata
Assignees
Labels
No labels