launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30528
[Merge] ~cjwatson/lp-signing:readthedocs-config into lp-signing:master
Colin Watson has proposed merging ~cjwatson/lp-signing:readthedocs-config into lp-signing:master.
Commit message:
Add readthedocs configuration
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lp-signing/+git/lp-signing/+merge/452533
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-signing:readthedocs-config into lp-signing:master.
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..6527c11
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,17 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
+
+python:
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
+
+sphinx:
+ configuration: docs/conf.py
+ fail_on_warning: true