We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a87bc4 commit 995983fCopy full SHA for 995983f
setup.py
@@ -61,6 +61,7 @@
61
'sphinx-toolbox >=3', # additional dependency of enum_tools - restrict version to improve pip resolution
62
'myst-parser', # for Contributing.md
63
'sphinxcontrib-bibtex >=2.4', # a good help for citing - restrict version to improve pip resolution
64
+ 'sphinx-last-updated-by-git',
65
'nbsphinx', # use Jupyter Notebooks in the documentation
66
'ipython', # for setting up the pygments_lexer
67
'ipykernel', # for allowing nbsphinx to execute the Jupyter Notebooks
@@ -77,7 +78,7 @@
77
78
# pip resolution issue - https://github.com/pypa/pip/issues/12430#issuecomment-1849059000
79
'sphinx-tabs',
80
- 'sphinx-last-updated-by-git'
81
+
82
],
83
# a collection of nice-to-haves for working on Jupyter Notebooks - just a favorites list of the authors
84
'jupyterlab': [
0 commit comments