doctrine / doctrine-sphinx-theme

Sphinx Theme for all Doctrine Documentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the common Sphinx Theme for all Doctrine Project Documentations.

Use this by adding a submodule to your docs folder:

git submodule add https://github.com/doctrine/doctrine-sphinx-theme.git en/_theme

Change the conf.py:

html_theme = "doctrine"
html_theme_path = ['_theme']

About

Sphinx Theme for all Doctrine Documentations


Languages

Language:CSS 71.7%Language:HTML 25.8%Language:JavaScript 2.6%