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-admin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2245de5  new build the docs reqs
2245de5 is described below

commit 2245de506451a73de3e8f1d08c4de84f6d994ff4
Author: Daan Hoogland <[email protected]>
AuthorDate: Fri Aug 18 14:21:46 2023 +0200

    new build the docs reqs
---
 .readthedocs.yaml | 10 ++++++++++
 requirements.txt  |  1 +
 2 files changed, 11 insertions(+)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..78c7c22
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,10 @@
+version: 2
+
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.11"
+
+python:
+   install:
+   - requirements: requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..93120e6
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+docutils<0.18

Reply via email to