Skip to content

Commit

Permalink
pin sphinx <8 (#481)
Browse files Browse the repository at this point in the history
* pin sphinx <8

* Update CHANGELOG.rst
  • Loading branch information
patricktnast authored Sep 19, 2024
1 parent 89a59df commit 82f2868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**3.0.5 - 09/17/24**

- Pin Sphinx below 8.0

**3.0.4 - 09/12/24**

- Introduce static type checking with mypy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
]

doc_requirements = [
"sphinx>=4.0",
"sphinx>=4.0,<8.0.0",
"sphinx-rtd-theme>=0.6",
"sphinx-click",
"IPython",
Expand Down

0 comments on commit 82f2868

Please sign in to comment.