Skip to content

Commit fe4fb13

Browse files
committed
Do not pin sphinx version as it gets replaced on RTD
See readthedocs/readthedocs.org#3829
1 parent b9542f8 commit fe4fb13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environment.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ channels:
44
dependencies:
55
- python=3.7
66
- gettext
7+
- mock
8+
- pillow
79
- pip
8-
- sphinx==1.7.6
9-
- sphinx_rtd_theme>=0.3.1
10+
- sphinx
11+
- sphinx_rtd_theme
1012
- pip:
11-
- sphinx-autobuild==0.7.1
1213
- sphinx-intl

0 commit comments

Comments
 (0)