26 from sphinx.highlighting
import lexers
27 from pygments.lexers.web
import PhpLexer
33 'sphinxcontrib.phpdomain' 37 templates_path = [
'_templates']
40 source_suffix =
'.rst' 50 copyright =
u'2013, Various' 73 exclude_patterns = [
'_build']
90 pygments_style =
'sphinx' 102 lexers[
'php'] = PhpLexer(startinline=
True)
103 lexers[
'php-annotations'] = PhpLexer(startinline=
True)
104 lexers[
'php-standalone'] = PhpLexer(startinline=
True)
107 primary_domain =
'php' 113 html_theme =
'sphinx_rtd_theme' 121 html_theme_path = [
"_themes"]
124 on_rtd = os.environ.get(
'READTHEDOCS',
None) ==
'True' 127 html_theme =
'elgg_rtd_theme' 143 html_favicon =
'../views/default/graphics/favicon.ico' 148 html_static_path = [
'_static']
192 htmlhelp_basename =
'Elggdoc' 211 (
'index',
'Elgg.tex',
u'Elgg Documentation',
212 u'Various',
'manual'),
241 (
'index',
'elgg',
u'Elgg Documentation',
254 texinfo_documents = [
255 (
'index',
'Elgg',
u'Elgg Documentation',
256 u'Various',
'Elgg',
'One line description of project.',
276 locale_dirs = [
'locale/']
277 gettext_compact =
True