Skip to content

Commit

Permalink
add build configuration to rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam authored May 17, 2024
1 parent 20d5eae commit 283eb2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
Expand All @@ -26,7 +31,6 @@ sphinx:
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down

0 comments on commit 283eb2e

Please sign in to comment.