Skip to content

Commit

Permalink
Update readthedocs config as per documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored Nov 20, 2023
1 parent 53f9409 commit 77d6f40
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 @@ -5,13 +5,19 @@
# Required
version: 2

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

# 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.8
version: 3.12
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
Expand Down

0 comments on commit 77d6f40

Please sign in to comment.