Skip to content

Commit

Permalink
Update .readthedocs.yaml to not pin tooling versions (#62)
Browse files Browse the repository at this point in the history
* Update .readthedocs.yaml to not pin tooling versions

readthedocs/readthedocs.org#11081

Signed-off-by: Bradley Reynolds <[email protected]>

* Strip blank lines

Signed-off-by: Bradley Reynolds <[email protected]>

---------

Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Feb 7, 2024
1 parent 841bf9a commit f1b2a8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3"

python: latest
python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/source/conf.py

0 comments on commit f1b2a8c

Please sign in to comment.