We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cd389 commit f14fee6Copy full SHA for f14fee6
Resources/doc/conf.py
@@ -2,7 +2,7 @@
2
# -*- coding: utf-8 -*-
3
#
4
5
-import sys, os
+import sys, os, sphinx_rtd_theme
6
from sphinx.highlighting import lexers
7
from pygments.lexers.web import PhpLexer
8
@@ -109,7 +109,7 @@
109
#html_theme_options = {}
110
111
# Add any paths that contain custom themes here, relative to this directory.
112
-#html_theme_path = []
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
113
114
# The name for this set of Sphinx documents. If None, it defaults to
115
# "<project> v<release> documentation".
0 commit comments