Browse Source

Merge pull request #1328 from octodns/lower-sphinx-ver

Drop required sphinx version a bit to support 3.10
pull/1329/head
Ross McFarland 3 weeks ago
committed by GitHub
parent
commit
54dbf73c9b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      .changelog/416cf8fe31c341adb1264feb7ef7be1e.md
  2. +1
    -1
      setup.py

+ 4
- 0
.changelog/416cf8fe31c341adb1264feb7ef7be1e.md View File

@ -0,0 +1,4 @@
---
type: none
---
Drop required sphinx version a bit to support 3.10

+ 1
- 1
setup.py View File

@ -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',


Loading…
Cancel
Save