Skip to content

Commit

Permalink
Merge pull request #32 from WillTrojak/fix/docs
Browse files Browse the repository at this point in the history
Fix for autodocs
  • Loading branch information
WillTrojak authored Nov 7, 2024
2 parents 91dcbc4 + 025f786 commit ecfd69b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ formats:

# Configure how to build the docs
build:
os: ubuntu-22.04
os: ubuntu-24.04
apt_packages:
- graphviz
tools:
Expand All @@ -37,5 +37,8 @@ build:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt
# Install our python package before building the docs
- method: pip
path: .

0 comments on commit ecfd69b

Please sign in to comment.