Skip to content

Commit

Permalink
Fix deps for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jan 7, 2024
1 parent 9b63c50 commit 25f3693
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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 --with docs
- poetry install

sphinx:
configuration: docs/conf.py
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==7.0.1
sphinx-copybutton==0.5.2
sphinx-autodoc-typehints==1.23.0
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.

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ pytest-repeat = "^0.9.1"
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"
sphinx-autodoc-typehints = "^1.19.2"
Expand Down

0 comments on commit 25f3693

Please sign in to comment.