Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failures with newer Sphinx #92

Open
tylerjereddy opened this issue Aug 22, 2024 · 0 comments
Open

Failures with newer Sphinx #92

tylerjereddy opened this issue Aug 22, 2024 · 0 comments

Comments

@tylerjereddy
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant