Skip to content

Commit 1056aea

Browse files
committed
Added a link to the Sphinx documentation about setuptools entry points
1 parent f539c0e commit 1056aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'static/font/*.*'
2828
]},
2929
include_package_data=True,
30+
# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
3031
entry_points = {
3132
'sphinx.html_themes': [
3233
'sphinx_rtd_theme = sphinx_rtd_theme',

0 commit comments

Comments
 (0)