sphinxjp.themecore is een Sphinx thema plugin extensie.
Instellingen
Maak omgeving met easy_install:
easy_install sphinxjp.themecore
Maak uw plugins
thema's
Als u wilt nieuw thema te integreren, schrijf sphinx_themes entry_points in uw setup.py:
entry_points = "" "
& Nbsp; [sphinx_themes]
& Nbsp; path = sphinxjp.themes.s6: get_path
"" "
en schrijf get_path functie die pad van Sphinx thema's terug. Sphinx thema's directory één of meer thema directories.
richtlijnen
Als u wilt nieuwe richtlijn te integreren, schrijf sphinx_directives entry_points in uw setup.py:
entry_points = "" "
& Nbsp; [sphinx_directives]
& Nbsp; setup = sphinxjp.themes.s6: setup_directives
"" "
en schrijf setup_directives functie die app argument ontvangen en terug Geen. setup_directives is hetzelfde als setup functie sfinx extensie. Zie Sphinx extensie document voor meer informatie
Eigenschappen :..
- bieden themasjabloon collectie met behulp setuptools plugin mechanisme
Wat is nieuw in deze release:
- fix fatale bug op versie 0.1.2. sorry.
Wat is nieuw in versie 0.1.1:
- Vast namespace pakket verklaring ontbreekt, dank je Togakushi!
Eisen
- Python
- Sphinx
Reacties niet gevonden