Skip to content

Commit 8d2abc5

Browse files
Fix unordered list bug
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent af17457 commit 8d2abc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ testing =
137137
pytest-rerunfailures
138138

139139
docs =
140-
Sphinx>=5.0.2
141-
sphinx-rtd-theme>=1.0.0
140+
Sphinx == 5.1.0
141+
sphinx-rtd-theme >= 0.5.0
142+
doc8 >= 0.8.1
142143
sphinx-reredirects >= 0.1.2
143-
doc8>=0.11.2
144144
sphinx-autobuild
145145
sphinx-rtd-dark-mode>=1.3.0
146146
sphinx-copybutton

0 commit comments

Comments
 (0)