Skip to content

Commit

Permalink
Updated .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Oct 24, 2023
1 parent ba6d654 commit e7577c8
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: doc/conf.py


# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
install:
- requirements: doc/requirements.txt

0 comments on commit e7577c8

Please sign in to comment.