Skip to content

Commit 1e97c2e

Browse files
committed
Do not use Sphinx 4
sphinx_rtd_theme does not render bullet lists correctly readthedocs/sphinx_rtd_theme#1145
1 parent 1820688 commit 1e97c2e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- mock
88
- pillow
99
- pip
10-
- sphinx
10+
- sphinx<4
1111
- sphinx_rtd_theme
1212
- pip:
1313
- sphinx-intl

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sphinx==2.4.4
2-
sphinx-autobuild==0.7.1
3-
sphinx-rtd-theme>=0.3.1
1+
Sphinx<4
2+
sphinx-autobuild
3+
sphinx-rtd-theme
44
sphinx-intl

0 commit comments

Comments
 (0)