Skip to content

Commit

Permalink
Fix for autodocs
Browse files Browse the repository at this point in the history
Signed-off-by: Will Trojak <[email protected]>
  • Loading branch information
WillTrojak committed Nov 7, 2024
1 parent 91dcbc4 commit 025f786
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 025f786

Please sign in to comment.