Skip to content

Commit f14fee6

Browse files
use sphinx rtd theme in build
1 parent d9cd389 commit f14fee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
#
44

5-
import sys, os
5+
import sys, os, sphinx_rtd_theme
66
from sphinx.highlighting import lexers
77
from pygments.lexers.web import PhpLexer
88

@@ -109,7 +109,7 @@
109109
#html_theme_options = {}
110110

111111
# Add any paths that contain custom themes here, relative to this directory.
112-
#html_theme_path = []
112+
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
113113

114114
# The name for this set of Sphinx documents. If None, it defaults to
115115
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)