Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
Apparently the 'build' section is required now, builds have been failing for a while because it was missing
  • Loading branch information
sirjuddington authored Jan 20, 2025
1 parent 3baac12 commit e1e9c5d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ version: 2
#sphinx:
# configuration: docs/conf.py

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation with MkDocs
mkdocs:
configuration: docs/mkdocs.yml
Expand All @@ -19,6 +25,6 @@ mkdocs:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.12
install:
- requirements: docs/requirements.txt

0 comments on commit e1e9c5d

Please sign in to comment.