Skip to content

Commit

Permalink
Merge pull request #22 from KristinaGomoryova/docs
Browse files Browse the repository at this point in the history
add readthedocs config file
  • Loading branch information
hechth authored Jul 8, 2024
2 parents 088628d + 8ce69bc commit 0e8362f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_create_environment:
- python -m pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev

sphinx:
configuration: docs/conf.py

formats:
- pdf

python:
install:
- method: pip
Expand Down

0 comments on commit 0e8362f

Please sign in to comment.