Skip to content

Commit

Permalink
Updating .readthedocs.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Jan 11, 2024
1 parent 63e4f6c commit 8e221b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -13,8 +18,8 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
# this runs `pip install .` before the doc is built
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 8e221b2

Please sign in to comment.