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 08ae58ef781422409a759fffec07213eeb75d64b
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat May 7 12:29:00 2022 +0200

    Upgrade sphinx dependency.
---
 requirements-rtd.txt | 2 +-
 tox.ini              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements-rtd.txt b/requirements-rtd.txt
index a68d3f2a9..af8fee434 100644
--- a/requirements-rtd.txt
+++ b/requirements-rtd.txt
@@ -1,2 +1,2 @@
 # Requirements for ReadTheDocs
-sphinx==4.4.0
+sphinx==4.5.0
diff --git a/tox.ini b/tox.ini
index feb8b6136..dfd54cd40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -139,7 +139,7 @@ deps = pyopenssl==21.0.0
        rstcheck
        requests_mock
 changedir = docs
-commands = pip install sphinx==4.2.0
+commands = pip install sphinx==4.5.0
            rstcheck --report warning ../CHANGES.rst
            python ../contrib/generate_provider_feature_matrix_table.py
            sphinx-apidoc -d 4 ../libcloud/ -o apidocs/
@@ -156,7 +156,7 @@ deps = pyopenssl==21.0.0
        requests_mock
        # Pinned due to a bug in a newer version
 changedir = docs
-commands = pip install sphinx==4.2.0
+commands = pip install sphinx==4.5.0
            rstcheck --report warning ../README.rst
            rstcheck --report warning ../CHANGES.rst
            rstcheck --report warning ../CONTRIBUTING.rst

Reply via email to