summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-13 11:26:02 +0300
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-10-14 15:03:19 +0800
commita9696eff9bbf8ffe266653f95c9748e40c58a5d1 (patch)
tree479210bbcc702af6323aee5dcb576b96bfb336ad
parentb0630030a1d2db994fb2fb488efa167b91594864 (diff)
downloadgitpython-a9696eff9bbf8ffe266653f95c9748e40c58a5d1.tar.gz
Sphinx 4.3.0 will be needed for Python 3.10
-rw-r--r--doc/requirements.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 917feb35..ad3c118a 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,3 +1,6 @@
-sphinx==4.1.2
+# TODO Temporary until Sphinx 4.3.0 released with Python 3.10 support:
+# https://github.com/sphinx-doc/sphinx/pull/9712
+sphinx==4.1.2;python_version<="3.9"
+git+git://github.com/sphinx-doc/sphinx@f13ad80#egg=sphinx;python_version>="3.10"
sphinx_rtd_theme
sphinx-autodoc-typehints