Skip to content

Commit 3692f66

Browse files
committed
update
1 parent 797bc60 commit 3692f66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build:
1313
post_create_environment:
1414
- pip install poetry
1515
- poetry config virtualenvs.create false
16+
post_install:
1617
- poetry install --with docs
1718

1819
# Build documentation in the "docs/" directory with Sphinx

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flask = "^3.0.2"
5353
optional = true
5454

5555
[tool.poetry.group.docs.dependencies]
56-
sphinx = "^4.2"
56+
sphinx = "==4.5"
5757
sphinx-autodoc-typehints = "^1.12"
5858
sphinx_rtd_theme = "1.3.0"
5959
nbsphinx = "0.9.3"

0 commit comments

Comments
 (0)