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 bf5bb785c9867e7f87b39b44ceefb98177b53af5 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Fri Aug 4 12:30:36 2023 +0200 RTD theme doesn't work with Sphinx 7.0.0. See https://github.com/readthedocs/readthedocs.org/issues/10279 for details. Revert "Try upgrading sphinx to the latest version." This reverts commit b665138665fcae2a0a28d10e23ba4f2df48e64be. --- requirements-docs.txt | 2 +- requirements-rtd.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 326c98d57..cf33025f0 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,3 @@ rstcheck==6.1.2; python_version >= '3.7' fasteners -sphinx==7.1.2 +sphinx==6.2.1 diff --git a/requirements-rtd.txt b/requirements-rtd.txt index ba48b9826..1208ef21e 100644 --- a/requirements-rtd.txt +++ b/requirements-rtd.txt @@ -1,2 +1,2 @@ # Requirements for ReadTheDocs -sphinx==7.1.2 +sphinx==6.2.1