This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-rn.git
The following commit(s) were added to refs/heads/master by this push:
new 6a067e3 new buildthedocs reqs
6a067e3 is described below
commit 6a067e3ce5caf7255384c786ac968f725c93cd79
Author: Daan Hoogland <[email protected]>
AuthorDate: Thu Aug 17 08:43:01 2023 +0200
new buildthedocs reqs
---
.readthedocs.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 12e88e9..78c7c22 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,5 +1,10 @@
version: 2
+build:
+ os: "ubuntu-22.04"
+ tools:
+ python: "3.11"
+
python:
install:
- requirements: requirements.txt