Skip to content

Commit

Permalink
build: Migrate to use .readthedocs.yaml for docs generation
Browse files Browse the repository at this point in the history
As explained on https://readthedocs.org/projects/yamllint/:
> Your builds will stop working soon!
> Configuration files will soon be required by projects, and will no
> longer be optional. Read our blog post to create one and ensure your
> project continues building successfully.

https://blog.readthedocs.com/migrate-configuration-v2/
  • Loading branch information
adrienverge committed Nov 21, 2023
1 parent ec15376 commit ca7f8b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py

0 comments on commit ca7f8b9

Please sign in to comment.