Skip to content

Commit

Permalink
Be sure to use a newer sphinx_rtd_theme
Browse files Browse the repository at this point in the history
There's an old bug in sphinx_rtd_theme which made rendering bullet
lists buggy. That bug since has been fixed, but sometimes pip-compile
resolves to use the older buggier version of the theme.

https://stackoverflow.com/questions/67542699/readthedocs-sphinx-not-rendering-bullet-list-from-rst-file/74355734
readthedocs/sphinx_rtd_theme#1115
readthedocs/sphinx_rtd_theme#1185
  • Loading branch information
sajith committed Nov 3, 2023
1 parent a871586 commit 8736cf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
@@ -1,2 +1,2 @@
sphinx
sphinx-rtd-theme
sphinx-rtd-theme>=1.0.0
13 changes: 9 additions & 4 deletions requirements.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# pip-compile --output-file=requirements.txt --strip-extras requirements.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -12,8 +12,10 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.19
# via sphinx
docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.4
# via requests
imagesize==1.4.1
Expand All @@ -37,16 +39,19 @@ sphinx==6.2.1
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==0.5.1
sphinx-rtd-theme==1.3.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
Expand Down

0 comments on commit 8736cf5

Please sign in to comment.