Added a link to the Sphinx documentation about setuptools entry points

This commit is contained in:
Segev Finer 2017-06-14 08:07:35 +03:00
parent f539c0e1f2
commit 1056aea4ab

View File

@ -27,6 +27,7 @@ setup(
'static/font/*.*'
]},
include_package_data=True,
# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
entry_points = {
'sphinx.html_themes': [
'sphinx_rtd_theme = sphinx_rtd_theme',