fossasia / sphinx_fossasia_theme

Theme for Sphinx/Yaydoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for sphinx versions prior to 1.6

pri22296 opened this issue · comments

Description

Currently setup.py uses sphinx.html_themes entry point. It was introduced with sphinx 1.6. Before that sphinx_themes entry point was used but has been deprecated now. Thus our theme fails to work with the sphinx version < 1.6. setup.py should be modified to handle this case depending on sphinx version.

See #1 (review) for details

Please describe the issue here as well, there is no need to make someone open another link to understand this issue.

Updated the description