Skip to content

Commit

Permalink
feat: add readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Oct 16, 2023
1 parent f494fff commit 67feb75
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 304 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.8"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# 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 dev

sphinx:
configuration: docs/source/conf.py

Loading

0 comments on commit 67feb75

Please sign in to comment.