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 b66513866 Try upgrading sphinx to the latest version.
b66513866 is described below

commit b665138665fcae2a0a28d10e23ba4f2df48e64be
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Aug 4 12:24:21 2023 +0200

    Try upgrading sphinx to the latest version.
---
 docs/conf.py          | 2 +-
 requirements-docs.txt | 2 +-
 requirements-rtd.txt  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 4ec8381fc..ba7f7d816 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -271,7 +271,7 @@ texinfo_documents = [
 #texinfo_show_urls = 'footnote'
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
 
 autoclass_content = 'both'
 
diff --git a/requirements-docs.txt b/requirements-docs.txt
index 7b7ec5979..326c98d57 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -1,3 +1,3 @@
 rstcheck==6.1.2; python_version >= '3.7'
 fasteners
-sphinx==6.1.3
+sphinx==7.1.2
diff --git a/requirements-rtd.txt b/requirements-rtd.txt
index 4ddf18402..ba48b9826 100644
--- a/requirements-rtd.txt
+++ b/requirements-rtd.txt
@@ -1,2 +1,2 @@
 # Requirements for ReadTheDocs
-sphinx==6.1.3
+sphinx==7.1.2

Reply via email to