Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Feb 8, 2024
1 parent 67b61d1 commit bc99054
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.9"
install:
- method: pip
path: .

0 comments on commit bc99054

Please sign in to comment.