Skip to content

Commit

Permalink
update readthedocs yaml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Apr 13, 2024
1 parent f04732c commit 7940a1c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
# version of configuration file (required)
version: 2

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

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# also build docs in PDF format
formats: [pdf]

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

0 comments on commit 7940a1c

Please sign in to comment.