Skip to content

Commit 5c145b1

Browse files
Fix a typo for version number in requirements-dev.txt (#759)
The current version of requirements-dev.txt includes sphinx_rtd_theme=0.4.3. To use pip install -r requirements-dev.txt, it requires the version number to be specified using ==. I added the second = in the pull request.
1 parent 278e4e3 commit 5c145b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ isort>=5
1212
pylint
1313
flake8
1414
sphinx
15-
sphinx_rtd_theme=0.4.3
15+
sphinx_rtd_theme==0.4.3
1616
sphinx-gallery
1717
nbsphinx

0 commit comments

Comments
 (0)