Skip to content

Commit

Permalink
Add readthedocs configuration file
Browse files Browse the repository at this point in the history
As received by email, this configuration file will become mandatory:

> The Read the Docs build system will start requiring a configuration file v2 (.readthedocs.yaml)
> starting on September 25, 2023. We are sending weekly notifications about this issue to all impacted users,
> as well as temporary build failures (brownouts) as the date approaches for those who haven't migrated their projects.
  • Loading branch information
nicoddemus committed Jun 19, 2023
1 parent cb87a83 commit 24da467
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

python:
install:
# Install pytest first, then doc/en/requirements.txt.
# This order is important to honor any pins in doc/en/requirements.txt
# when the pinned library is also a dependency of pytest.
- method: pip
path: .
- requirements: doc/en/requirements.txt

build:
os: ubuntu-20.04
tools:
python: "3.9"
apt_packages:
- inkscape

formats:
- epub
- pdf
- htmlzip

0 comments on commit 24da467

Please sign in to comment.