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.
1 parent 71fe1c9 commit 921db67Copy full SHA for 921db67
docs/source/release_notes/index.md
@@ -10,6 +10,7 @@
10
```{toctree}
11
:maxdepth: 1
12
13
+v3.3.0
14
v3.2.0
15
v3.1.0
16
v3.0.0
requirements-dev.txt
@@ -14,10 +14,9 @@ isort
pytype>=2020.6.1; platform_system != "Windows"
mypy>=0.790
psutil
17
-Sphinx==4.1.2
18
-recommonmark==0.6.0
19
-sphinx-autodoc-typehints==1.12.0
20
-sphinx-rtd-theme==0.5.2
+Sphinx>=5.3.0,<8.0.0
+sphinx-autodoc-typehints>=1.19.0
+sphinx-rtd-theme>=1.0.0
21
pytest==7.4.0
22
pytest-cov==4.1.0
23
pytest-lazy-fixture==0.6.3
0 commit comments