Skip to content

Commit

Permalink
[docs] fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Nov 10, 2023
1 parent bcacce0 commit 3ee1d76
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install
- poetry install --with docs

sphinx:
configuration: docs/conf.py
129 changes: 39 additions & 90 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ simpy = "^4.0.1"
redis = "^3.5.3"


[tool.poetry.group.docs.dependencies]
sphinx-rtd-theme = "^1.3.0"

[tool.black]
line-length = 88
include = '\.pyi?$'
Expand Down

0 comments on commit 3ee1d76

Please sign in to comment.