You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/27 20:36:01 UTC

[libcloud] branch trunk updated: Try a fix for RTD build failure.

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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7b82354  Try a fix for RTD build failure.
7b82354 is described below

commit 7b82354dcc9b6e4869cc01bf1d24da08b5c26dd5
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Oct 27 22:35:30 2021 +0200

    Try a fix for RTD build failure.
---
 MANIFEST.in          | 1 +
 requirements-rtd.txt | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 32e7f5d..b3dbe64 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ include .pylintrc
 include requirements-tests.txt
 include libcloud/data/pricing.json
 prune libcloud/test/secrets.py
+prune requirements-rtd.txt
 include demos/*
 include scripts/check_file_names.sh
 include libcloud/test/*.py
diff --git a/requirements-rtd.txt b/requirements-rtd.txt
new file mode 100644
index 0000000..d344847
--- /dev/null
+++ b/requirements-rtd.txt
@@ -0,0 +1,3 @@
+# Requirements for ReadTheDocs
+sphinx==3.3.1
+docutils<=0.16