Merge ~cjwatson/launchpad-buildd:readthedocs-config into launchpad-buildd:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: f400c921b50fa9c0f4ba17c5816bf08a0c45837d
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad-buildd:readthedocs-config
Merge into: launchpad-buildd:master
Diff against target: 15 lines (+9/-0)
1 file modified
.readthedocs.yaml (+9/-0)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Ines Almeida Approve
Review via email: mp+444726@code.launchpad.net

Commit message

Add .readthedocs.yaml

Description of the change

See: https://blog.readthedocs.com/migrate-configuration-v2/

I got an email today telling us we need to do this for a bunch of our projects, so I thought I'd try it out with a simple case first to see what happens.

To post a comment you must log in.
Revision history for this message
Ines Almeida (ines-almeida) wrote :

LGTM

review: Approve
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve
Revision history for this message
Colin Watson (cjwatson) wrote :

Jürgen: thanks - I've responded to your review comments in https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/444743.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.readthedocs.yaml b/.readthedocs.yaml
2new file mode 100644
3index 0000000..faed046
4--- /dev/null
5+++ b/.readthedocs.yaml
6@@ -0,0 +1,9 @@
7+version: 2
8+
9+build:
10+ os: ubuntu-22.04
11+ tools:
12+ python: "3.11"
13+
14+sphinx:
15+ configuration: docs/conf.py

Subscribers

People subscribed via source and target branches