Skip to content

Commit

Permalink
move build specification higher
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 25, 2023
1 parent 2084987 commit f0c67ca
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,21 @@ version: 2
sphinx:
configuration: docs/conf.py

# Specify the build os and python version
build:
os: ubuntu-22.04
tools:
python: "3.9"

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF
formats: []

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.9"

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

0 comments on commit f0c67ca

Please sign in to comment.