Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 authored Jun 12, 2024
1 parent 9892462 commit 062c32c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

sphinx:
configuration: docs/conf.py

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.11
install:
- method: pip
path: .
extra_requirements:
- docs
- all

formats: []

0 comments on commit 062c32c

Please sign in to comment.