mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Added a link to the Sphinx documentation about setuptools entry points
This commit is contained in:
1
setup.py
1
setup.py
@@ -27,6 +27,7 @@ setup(
|
|||||||
'static/font/*.*'
|
'static/font/*.*'
|
||||||
]},
|
]},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
# See http://www.sphinx-doc.org/en/stable/theming.html#distribute-your-theme-as-a-python-package
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'sphinx.html_themes': [
|
'sphinx.html_themes': [
|
||||||
'sphinx_rtd_theme = sphinx_rtd_theme',
|
'sphinx_rtd_theme = sphinx_rtd_theme',
|
||||||
|
|||||||
Reference in New Issue
Block a user