Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit b15433e

Browse files
committed
freeze sphinx version < 4.0
1 parent ac377c8 commit b15433e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PyYAML
4646
scipy
4747
semantic_version
4848
setuptools
49-
Sphinx>=3.3
49+
Sphinx>=3.0,<4.0
5050
sphinx-gallery
5151
sphinxcontrib-imagesvg
5252
sphinxcontrib-jsdemo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
'pysftp',
137137
"requests",
138138
"semantic_version",
139-
"sphinx>=2.1",
139+
"sphinx>=3.0,<4.0",
140140
"sphinx-gallery",
141141
"sphinxcontrib-imagesvg",
142142
"traitlets>=5.0",

0 commit comments

Comments
 (0)