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

Fix documentation build errors for Sphinx > 4.0 #117

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lplatz-gh
Copy link

Sphinx 4.0 removed the add_stylesheet() API, which was deprecated in Sphinx 1.8 in favor of add_css_file(). Switched to the newer API, should work in Sphinx >= 1.8.

Also, fixed build errors resulting from two missing line folds and a small build warning.

Lukas Platz added 3 commits May 28, 2021 10:12
The previously used API `app.add_stylesheet()` was renamed to
`app.add_css_file()` in Sphinx 1.8 and support for the old syntax
was removed in Sphinx 4.0.
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

Successfully merging this pull request may close these issues.

1 participant