Skip to content

Commit

Permalink
Update readthedocs file
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jan 7, 2024
1 parent 2912b6d commit 23b2ce5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: 2

build:
os: ubuntu-22.04
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

8 changes: 4 additions & 4 deletions poetry.lock

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

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ types-pytz = "^2023.3"
taskipy = "^1.10.1"
validators = "^0.20.0"
pytest-repeat = "^0.9.1"
Sphinx = ">=5.1.1,<8.0.0"
sphinx-copybutton = "^0.5.0"
sphinx-autodoc-typehints = "^1.19.2"
isort = "^5.12"
coverage = "^7.2.3"
pytest-cov = "^4.0.0"

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

[tool.poetry.plugins."pytest_randomly.random_seeder"]
mimesis = "mimesis.entrypoints:pytest_randomly_reseed"

Expand Down

0 comments on commit 23b2ce5

Please sign in to comment.