We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a291c41 commit da6a6aeCopy full SHA for da6a6ae
.gitignore
@@ -30,3 +30,4 @@ share/python-wheels/
30
var/
31
venv/
32
wheels/
33
+.python-version
docs/conf.py
@@ -56,6 +56,7 @@
56
"numpydoc",
57
"sphinxarg.ext",
58
"sphinx_tabs.tabs",
59
+ "sphinx_last_updated_by_git",
60
]
61
62
# Add any paths that contain templates here, relative to this directory.
requirements-doc.txt
@@ -4,4 +4,5 @@ numpydoc
4
sphinx
5
sphinx-argparse
6
sphinx-autodoc-typehints
7
+sphinx-last-updated-by-git
8
sphinx-tabs
0 commit comments