Skip to content

Commit 9aa3d36

Browse files
authored
Unpin the Sphinx version (#629)
1 parent 47fbf9c commit 9aa3d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- blackdoc
2323
- pylint
2424
- flake8
25-
- sphinx=2.2.1
25+
- sphinx
2626
- sphinx_rtd_theme=0.4.3
2727
- sphinx-gallery
2828
- nbsphinx

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ black
1010
blackdoc
1111
pylint
1212
flake8
13-
sphinx=2.2.1
13+
sphinx
1414
sphinx_rtd_theme=0.4.3
1515
sphinx-gallery
1616
nbsphinx

0 commit comments

Comments
 (0)