Skip to content

Commit

Permalink
fix broken bullets in toc
Browse files Browse the repository at this point in the history
Due to an issue with the compatibility of sphinx-rtd-theme
and docutils, there are problems with rendering some doc elements
when using the most recently installed versions.

This is a known bug (see, among others,
readthedocs/sphinx_rtd_theme#1115).

This pins Sphinx and sphinx-rtd-theme to versions that work for
now.

Signed-off-by: Szymon Łopaciuk <[email protected]>
  • Loading branch information
szymonlopaciuk committed Feb 1, 2023
1 parent f9d2b76 commit 9d38b48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
numpy
scipy
pandas
lark
lark
docutils==0.17.1
sphinx>=4.3.0
sphinx-rtd-theme>=0.5.1

0 comments on commit 9d38b48

Please sign in to comment.