26 from sphinx.highlighting
import lexers
27 from pygments.lexers.web
import PhpLexer
30 html_baseurl = os.environ.get(
"READTHEDOCS_CANONICAL_URL",
"")
36 'sphinxcontrib.phpdomain' 40 templates_path = [
'_templates']
43 source_suffix =
'.rst' 53 copyright =
u'2013, Various' 76 exclude_patterns = [
'_build']
93 pygments_style =
'sphinx' 105 lexers[
'php'] = PhpLexer(startinline=
True)
106 lexers[
'php-annotations'] = PhpLexer(startinline=
True)
107 lexers[
'php-standalone'] = PhpLexer(startinline=
True)
110 primary_domain =
'php' 116 html_theme =
'sphinx_rtd_theme' 124 html_theme_path = [
"_themes"]
127 on_rtd = os.environ.get(
'READTHEDOCS',
None) ==
'True' 130 html_theme =
'elgg_rtd_theme' 146 html_favicon =
'../views/default/graphics/favicon.ico' 151 html_static_path = [
'_static']
195 htmlhelp_basename =
'Elggdoc' 214 (
'index',
'Elgg.tex',
u'Elgg Documentation',
215 u'Various',
'manual'),
244 (
'index',
'elgg',
u'Elgg Documentation',
257 texinfo_documents = [
258 (
'index',
'Elgg',
u'Elgg Documentation',
259 u'Various',
'Elgg',
'One line description of project.',
279 locale_dirs = [
'locale/']
280 gettext_compact =
True