Skip to content

Commit

Permalink
Fix ReadTheDocs config (#169)
Browse files Browse the repository at this point in the history
ReadTheDocs failed to build due to missing configuration key as mentioned here: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/

Additionally, update the OS & Python version.
  • Loading branch information
addisonElliott authored Jan 23, 2025
1 parent 605485e commit d10f955
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.12"

sphinx:
configuration: docs/source/conf.py

python:
install:
Expand Down

0 comments on commit d10f955

Please sign in to comment.