Skip to content

Commit 0f147d8

Browse files
committed
Constrain versions of sphinxcontrib packages
1 parent a7e164d commit 0f147d8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

environment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ dependencies:
99
- pillow
1010
- pip
1111
- sphinx<4
12+
- sphinxcontrib_applehelp<1.0.5
13+
- sphinxcontrib_devhelp<1.0.3
14+
- sphinxcontrib_htmlhelp<2.0.2
15+
- sphinxcontrib_qthelp<1.0.4
16+
- sphinxcontrib_serializinghtml<1.1.6
1217
- sphinx_rtd_theme<2
1318
- pip:
1419
- sphinx-intl

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Sphinx<4
22
sphinx-autobuild
3+
sphinxcontrib-applehelp <1.0.5
4+
sphinxcontrib-devhelp <1.0.3
5+
sphinxcontrib-htmlhelp <2.0.2
6+
sphinxcontrib-qthelp <1.0.4
7+
sphinxcontrib-serializinghtml <1.1.6
38
sphinx-rtd-theme <2
49
sphinx-intl
510
Jinja2 <3.1.0

0 commit comments

Comments
 (0)