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 2023/01/02 12:46:51 UTC

[libcloud] branch trunk updated (1979fb48c -> b8a280e75)

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

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


    from 1979fb48c Merge commit '01affaf2bfe1b66a39197bc37908c3906a047882' into trunk
     new 0993f1dd0 Revert sphinx RTD upgrade since RTD still uses old Python 3 version.
     new ed88223d0 Use Python 3.8 for RTD builds.
     new b8a280e75 Revert "Revert sphinx RTD upgrade since RTD still uses old Python 3 version."

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .readthedocs.yml | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .readthedocs.yml


[libcloud] 01/03: Revert sphinx RTD upgrade since RTD still uses old Python 3 version.

Posted by to...@apache.org.
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

commit 0993f1dd0f02bb1601168bb51b18870a970f5f09
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 13:42:50 2023 +0100

    Revert sphinx RTD upgrade since RTD still uses old Python 3 version.
---
 requirements-rtd.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-rtd.txt b/requirements-rtd.txt
index 4ff75f3d3..4bfcf4b8c 100644
--- a/requirements-rtd.txt
+++ b/requirements-rtd.txt
@@ -1,2 +1,2 @@
 # Requirements for ReadTheDocs
-sphinx==6.0.0
+sphinx==5.3.0


[libcloud] 02/03: Use Python 3.8 for RTD builds.

Posted by to...@apache.org.
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

commit ed88223d0557aab0b44ae32a49dfb34d9cb9fdb3
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 13:45:01 2023 +0100

    Use Python 3.8 for RTD builds.
---
 .readthedocs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 000000000..d4640d603
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,2 @@
+python:
+  version: 3.8


[libcloud] 03/03: Revert "Revert sphinx RTD upgrade since RTD still uses old Python 3 version."

Posted by to...@apache.org.
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

commit b8a280e75a0da30103221ac3e0247e9202ea8cd4
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 13:45:32 2023 +0100

    Revert "Revert sphinx RTD upgrade since RTD still uses old Python 3 version."
    
    This reverts commit 0993f1dd0f02bb1601168bb51b18870a970f5f09.
---
 requirements-rtd.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-rtd.txt b/requirements-rtd.txt
index 4bfcf4b8c..4ff75f3d3 100644
--- a/requirements-rtd.txt
+++ b/requirements-rtd.txt
@@ -1,2 +1,2 @@
 # Requirements for ReadTheDocs
-sphinx==5.3.0
+sphinx==6.0.0