Skip to content

Commit

Permalink
DOC/CI: pin sphinx to <4.1.0 to avoid logo going missing (scipy#14397)
Browse files Browse the repository at this point in the history
[skip azp] [skip actions]

Closes scipygh-14396
  • Loading branch information
tupui authored and ragibson committed Jul 25, 2021
1 parent a1c5a12 commit c985e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc_requirements.txt
@@ -1,6 +1,6 @@
# Note: this should disappear at some point. For now, please keep it
# in sync with the doc dependencies in pyproject.toml
Sphinx!=3.1.0
Sphinx!=3.1.0, <4.1.0
pydata-sphinx-theme>=0.6.1
sphinx-panels>=0.5.2
matplotlib>2
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -93,7 +93,7 @@ test = [
"scikit-umfpack",
]
doc = [
"sphinx!=3.1.0",
"sphinx!=3.1.0, <4.1.0",
"pydata-sphinx-theme>=0.6.1",
"sphinx-panels>=0.5.2",
"matplotlib>2",
Expand Down

0 comments on commit c985e0c

Please sign in to comment.