Skip to content

Commit

Permalink
Migrate to readthedocs configuration file v2¶ (#4789)
Browse files Browse the repository at this point in the history
* Copy of recommded readthedocs configuration file v2

* [ci skip] It is now requirements (not requirements_file)
  • Loading branch information
rwgk committed Aug 15, 2023
1 parent 9039e6a commit add281a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# https://blog.readthedocs.com/migrate-configuration-v2/

version: 2

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

sphinx:
configuration: docs/conf.py

python:
version: 3
requirements_file: docs/requirements.txt
install:
- requirements: docs/requirements.txt

0 comments on commit add281a

Please sign in to comment.