diff options
author | Dominic <yobmod@gmail.com> | 2021-07-19 14:07:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:07:21 +0100 |
commit | 970cf539f2642ed299c35f5df0434fc187702d13 (patch) | |
tree | 59bb0d58629062fbcb46effc5521f4ee585d6acb | |
parent | 426a7195a98f611a21c079e21de9b280a0b21e39 (diff) | |
download | gitpython-970cf539f2642ed299c35f5df0434fc187702d13.tar.gz |
Update pshinx versions in docs/reqs.txt
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 98e5c06a..b0c8f18d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,2 @@ -sphinx<2.0 +sphinx==4.1.1 sphinx_rtd_theme |