diff options
author | Dominic <yobmod@gmail.com> | 2021-07-19 14:40:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 14:40:10 +0100 |
commit | 9f906b36533f041df80e2bdf3e40a644574f20ff (patch) | |
tree | ad026734630827243559512355e253e18432ae48 | |
parent | a087d62ddcfbcb9111129d58f1eee3976789e97e (diff) | |
download | gitpython-9f906b36533f041df80e2bdf3e40a644574f20ff.tar.gz |
Add sphinx-autodoc-typehints
-rw-r--r-- | doc/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index b0c8f18d..20598a39 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1,3 @@ sphinx==4.1.1 sphinx_rtd_theme +sphinx-autodoc-typehints |