Skip to content

Commit

Permalink
Fix .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jan 7, 2024
1 parent 3d04c02 commit 9b63c50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --group docs
- poetry install --with docs

sphinx:
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion 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 @@ -66,6 +66,9 @@ isort = "^5.12"
coverage = "^7.2.3"
pytest-cov = "^4.0.0"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = ">=5.1.1,<8.0.0"
sphinx-copybutton = "^0.5.0"
Expand Down

0 comments on commit 9b63c50

Please sign in to comment.