← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:fix-rtd-builds into autopkgtest-cloud:master

 

Tim Andersson has proposed merging autopkgtest-cloud:fix-rtd-builds into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/482702

We didn't realise our docs weren't building for about 3 months :D here's the necessary fix
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:fix-rtd-builds into autopkgtest-cloud:master.
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 8287f24..7daf1be 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,5 +1,8 @@
 version: 2
 
+sphinx:
+  configuration: docs/conf.py
+
 build:
   os: ubuntu-22.04
   tools:

Follow ups