Skip to content

Commit

Permalink
Pin sphinx != 6.1.2
Browse files Browse the repository at this point in the history
Sphinx 6.1.2 introduces new behavior which causes python source files to
be copied into the images folder errantly.

For a more full write up refer to sphinx-doc/sphinx#11117
  • Loading branch information
ksunden committed Jan 10, 2023
1 parent 41fb34d commit d4e68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/doc/doc-requirements.txt
Expand Up @@ -7,7 +7,7 @@
# Install the documentation requirements with:
# pip install -r requirements/doc/doc-requirements.txt
#
sphinx>=3.0.0
sphinx>=3.0.0,!=6.1.2
colorspacious
ipython
ipywidgets
Expand Down

0 comments on commit d4e68ca

Please sign in to comment.