Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
03bennej committed Mar 22, 2024
1 parent 797bc60 commit 3692f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ flask = "^3.0.2"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^4.2"
sphinx = "==4.5"
sphinx-autodoc-typehints = "^1.12"
sphinx_rtd_theme = "1.3.0"
nbsphinx = "0.9.3"
Expand Down

0 comments on commit 3692f66

Please sign in to comment.