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 2b70c63 commit 2943c6cCopy full SHA for 2943c6c
setup.py
@@ -14,6 +14,11 @@
14
author = 'Jupyter Development Team',
15
author_email = '[email protected]',
16
description = 'Jupyter Sphinx Extensions',
17
+ project_urls={
18
+ 'Bug Tracker': 'https://github.com/jupyter/jupyter-sphinx/issues/',
19
+ 'Documentation': 'https://jupyter-sphinx.readthedocs.io',
20
+ 'Source Code': 'https://github.com/jupyter/jupyter-sphinx/',
21
+ },
22
license = 'BSD',
23
packages = ['jupyter_sphinx'],
24
install_requires = [
0 commit comments