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 797bc60 commit 3692f66Copy full SHA for 3692f66
.readthedocs.yml
@@ -13,6 +13,7 @@ build:
13
post_create_environment:
14
- pip install poetry
15
- poetry config virtualenvs.create false
16
+ post_install:
17
- poetry install --with docs
18
19
# Build documentation in the "docs/" directory with Sphinx
pyproject.toml
@@ -53,7 +53,7 @@ flask = "^3.0.2"
53
optional = true
54
55
[tool.poetry.group.docs.dependencies]
56
-sphinx = "^4.2"
+sphinx = "==4.5"
57
sphinx-autodoc-typehints = "^1.12"
58
sphinx_rtd_theme = "1.3.0"
59
nbsphinx = "0.9.3"
0 commit comments