Skip to content

Commit 997b88c

Browse files
seismanleouieda
authored andcommitted
Pin sphinx<=1.8.5 to avoid style errors (#306)
Sphinx 2.x causes errors when rendering numpydoc parameters.
1 parent b5dab63 commit 997b88c

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
@@ -19,7 +19,7 @@ dependencies:
1919
- black
2020
- pylint
2121
- flake8
22-
- sphinx
22+
- sphinx<=1.8.5
2323
- sphinx_rtd_theme
2424
- sphinx-gallery
2525
- nbsphinx

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage
99
black
1010
pylint
1111
flake8
12-
sphinx
12+
sphinx<=1.8.5
1313
sphinx_rtd_theme
1414
sphinx-gallery
1515
nbsphinx

0 commit comments

Comments
 (0)