Skip to content

Commit

Permalink
Upgrade readthedocs.yml format
Browse files Browse the repository at this point in the history
The changes migrate the configuration to build.os specifications,
following the instructions available at
  https://blog.readthedocs.com/use-build-os-config/
  • Loading branch information
marcosbento committed Nov 17, 2023
1 parent 27c27ad commit baf5ad4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: 2

formats: []

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

python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit baf5ad4

Please sign in to comment.