summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-10 20:23:06 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-11-11 07:58:00 +0800
commita3efd2458afe535ffd9dcc756d8ba0c931d10ff2 (patch)
treee6d810bb025afa4ea73ba32c01d6f6c2ecae9762
parenta9696eff9bbf8ffe266653f95c9748e40c58a5d1 (diff)
downloadgitpython-a3efd2458afe535ffd9dcc756d8ba0c931d10ff2.tar.gz
Remove Sphinx workaround
-rw-r--r--doc/requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index ad3c118a..41a7c90f 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,6 +1,3 @@
-# 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==4.3.0
sphinx_rtd_theme
sphinx-autodoc-typehints