Skip to content

Commit

Permalink
Upgraded the ReadTheDocs configuration to the latest format
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 24, 2024
1 parent ef41e63 commit a88d42d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# https://docs.readthedocs.io/en/latest/yaml-config.html
version: 2

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

formats:
- htmlzip
- epub

requirements_file: ci/rtd-requirements.txt

python:
version: 3
pip_install: True
install:
- requirements: ci/rtd-requirements.txt

0 comments on commit a88d42d

Please sign in to comment.