Browse Source
Drop required sphinx version a bit to support 3.10
pull/1328/head
Ross McFarland
3 weeks ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
5 additions and
1 deletions
-
.changelog/416cf8fe31c341adb1264feb7ef7be1e.md
-
setup.py
|
|
|
@ -0,0 +1,4 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Drop required sphinx version a bit to support 3.10 |
|
|
|
@ -73,7 +73,7 @@ setup( |
|
|
|
), |
|
|
|
'docs': ( |
|
|
|
'myst-parser>=4.0.1', |
|
|
|
'Sphinx>=8.2.3', |
|
|
|
'Sphinx>=8.1.0', |
|
|
|
'sphinxcontrib-mermaid>=1.0.0', |
|
|
|
'sphinx-copybutton>=0.5.2', |
|
|
|
'sphinx_rtd_theme', |
|
|
|
|