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.git
The following commit(s) were added to refs/heads/master by this push:
new e8f14c1 new build the docs reqs
e8f14c1 is described below
commit e8f14c1c5a86f9c98fd9ba657c5ad7d9c9bb258e
Author: Daan Hoogland <[email protected]>
AuthorDate: Fri Aug 18 06:35:18 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