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

requirements: update Sphinx and sphinx-rtd-theme #147

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Sphinx 3.5.x includes a feature to only include the JS and CSS on the pages
# that they are used. This conflicts when we render content that uses MathJax,
# since the page that shows the tooltip does not has MathJax loaded, but the
# content rendered inside the tooltip requires it to work.
# https://github.com/sphinx-doc/sphinx/pull/8631
sphinx==3.4.3 # pyup: <3.5

sphinx==4.2.0
sphinx-autoapi==1.8.4
sphinx-rtd-theme==0.5.2

# Titles on tooltips are not rendering properly. Weird chars are being shown.
sphinx-rtd-theme==0.5.2 # pyup: ignore

sphinx-tabs==3.2.0
sphinx-prompt==1.4.0
sphinx-version-warning==1.1.2
Expand Down