Skip to content

Commit

Permalink
fix: pin sphinx-rtd-theme to fix missing jquery lib
Browse files Browse the repository at this point in the history
JQuery was removed as of Sphinx 6. The maintainers of our theme already
reacted to this but the release is not final yet.
Ref sphinx-doc/sphinx#10070
Ref readthedocs/sphinx_rtd_theme#1385

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Jan 11, 2023
1 parent f9c2dc9 commit efb80dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
rst2pdf = "*"
sphinx-rtd-theme = "*"
sphinx-rtd-theme = "==1.2.0rc2"
Sphinx = "*"
Pillow = "*"

Expand Down

0 comments on commit efb80dc

Please sign in to comment.