Skip to content

Commit

Permalink
Merge branch 'release/1.0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 2, 2024
2 parents 63eea6f + cfd4a05 commit e8b5854
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 84 deletions.
20 changes: 12 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ build:
os: ubuntu-22.04
tools:
python: '3.11'
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
- poetry self add "poetry-dynamic-versioning[plugin]"
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand All @@ -17,11 +29,3 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt

Loading

0 comments on commit e8b5854

Please sign in to comment.