26 from sphinx.highlighting
import lexers
27 from pygments.lexers.web
import PhpLexer
32 'sphinxcontrib.phpdomain' 36 templates_path = [
'_templates']
39 source_suffix =
'.rst' 49 copyright =
u'2013, Various' 72 exclude_patterns = [
'_build']
89 pygments_style =
'sphinx' 101 lexers[
'php'] = PhpLexer(startinline=
True)
102 lexers[
'php-annotations'] = PhpLexer(startinline=
True)
103 lexers[
'php-standalone'] = PhpLexer(startinline=
True)
106 primary_domain =
'php' 112 html_theme =
'default' 120 html_theme_path = [
"_themes"]
123 on_rtd = os.environ.get(
'READTHEDOCS',
None) ==
'True' 126 html_theme =
'elgg_rtd_theme' 142 html_favicon =
'../_graphics/favicon.ico' 147 html_static_path = [
'_static']
191 htmlhelp_basename =
'Elggdoc' 210 (
'index',
'Elgg.tex',
u'Elgg Documentation',
211 u'Various',
'manual'),
240 (
'index',
'elgg',
u'Elgg Documentation',
253 texinfo_documents = [
254 (
'index',
'Elgg',
u'Elgg Documentation',
255 u'Various',
'Elgg',
'One line description of project.',
275 locale_dirs = [
'locale/']
276 gettext_compact =
True