Skip to content

Commit

Permalink
updates .readthedocs.yaml with differnt way to setup python version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed May 11, 2023
1 parent 33b7192 commit e5f77af
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
# Required
version: 2

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

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

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements-docs.txt
version: 3.8
install:
- requirements: requirements-docs.txt

0 comments on commit e5f77af

Please sign in to comment.