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.
Also add it to conf.py so that the problems can be simulated
locally.

Signed-off-by: Szymon Łopaciuk <[email protected]>
  • Loading branch information
szymonlopaciuk committed Feb 1, 2023
1 parent f9d2b76 commit abf2587
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
numpy
scipy
pandas
lark
lark
sphinx_rtd_theme>=0.5.2
sphinx==5.3.0

0 comments on commit abf2587

Please sign in to comment.