Skip to content

Commit

Permalink
Fix the yaml file for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Oct 26, 2023
1 parent 2fefd5c commit e0d61f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Required
version: 2

# Now required as of 25 Sept. 2023
build:
os: ubuntu-22.04
tools:
python: "3.8"


# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: dirhtml
Expand All @@ -16,6 +23,5 @@ formats:

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

0 comments on commit e0d61f5

Please sign in to comment.