Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

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

Successfully merging this pull request may close these issues.

1 participant