launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30098
[Merge] ~cjwatson/launchpad-buildd:readthedocs-config into launchpad-buildd:master
Colin Watson has proposed merging ~cjwatson/launchpad-buildd:readthedocs-config into launchpad-buildd:master.
Commit message:
Add .readthedocs.yaml
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/444726
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.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-buildd:readthedocs-config into launchpad-buildd:master.
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..faed046
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,9 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
+sphinx:
+ configuration: docs/conf.py