This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 3df565e  fix readthedocs build
3df565e is described below

commit 3df565e78f199331ac8dac61ad40131e9b32b65c
Author: Rohit Yadav <[email protected]>
AuthorDate: Mon Nov 15 19:21:16 2021 +0530

    fix readthedocs build
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 .readthedocs.yaml | 5 +++++
 requirements.txt  | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..12e88e9
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,5 @@
+version: 2
+
+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