We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4f9d67 + 8be16fb commit eeb207eCopy full SHA for eeb207e
.readthedocs.yaml
@@ -11,7 +11,7 @@ python:
11
- method: pip
12
path: .
13
extra_requirements:
14
- - docs
+ - dev
15
16
# Build PDF & ePub
17
formats:
doc/.tmp
pyproject.toml
@@ -50,11 +50,11 @@ dev = [
50
"furo",
51
"pyright",
52
"pyyaml==6.0",
53
- "sphinx==7.0.1",
+ "sphinx==7.1.2",
54
"sphinx-autobuild==2021.3.14",
55
"sphinx-copybutton==0.5.2",
56
# Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62
57
- "sphinx-sitemap==2.5.0",
+ "sphinx-sitemap==2.3.0",
58
"typer[all]==0.7.0",
59
"wheel",
60
]
0 commit comments