Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add sphinx theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 5, 2017
1 parent 1821d8e commit 3da214f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymyinstall/packaged/packaged_config_2_sphinx.py
Expand Up @@ -72,5 +72,7 @@ def sphinx_theme_set():
purpose="Releases is a Python 2+3 compatible Sphinx extension designed to help you keep " +
"a source control friendly, merge friendly changelog file & turn it into useful, " +
"human readable HTML output."),
ModuleInstall("sphinx-redactor-theme", "pip", mname="sphinx_redactor_theme",
purpose="sphinx theme", usage="SPHINX"),
]
return [_ for _ in mod if _ is not None]

0 comments on commit 3da214f

Please sign in to comment.