Skip to content

Commit

Permalink
Clarify minimum sphinx requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 22, 2023
1 parent c20249d commit 85b9f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Python 3.6 is EOL and is therefore no longer officially supported.

* Sphinx versions 2.x (and lower) are no longer supported.
New minimum required version of Sphinx is 3.5.

2.5.0 (22 August 2022)
----------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx>=2.1
Sphinx>=3.5
docutils>=0.8,!=0.18.*,!=0.19.*
pybtex>=0.24
pybtex-docutils>=1.0.0
Expand Down

0 comments on commit 85b9f56

Please sign in to comment.