summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2022-03-25 14:56:02 -0500
committerGitHub <noreply@github.com>2022-03-25 13:56:02 -0600
commit4ee6dcbb8b65a8b8b3df374a08bb938f22e765f0 (patch)
treeb56cec16e3f745bcd5b4ea045ae62c46c47699de /.readthedocs.yaml
parentad7d153b21573e1dcde5a9d195a237260273a095 (diff)
downloadcloud-init-git-4ee6dcbb8b65a8b8b3df374a08bb938f22e765f0.tar.gz
docs: Re-order readthedocs install (#1354)
Order building cloud-init before building doc-requirements.txt. Building '.' invokes a 'pip install --upgrade .' which happens to also re-install the latest versions of previously pinned docs dependencies
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 46af8ee7..7769bc55 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,6 +3,6 @@ version: 2
formats: all
python:
- install:
- - requirements: doc-requirements.txt
- - path: .
+ install:
+ - path: .
+ - requirements: doc-requirements.txt