File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Run integration tests
39
39
40
40
Generate documentation
41
41
======================
42
+ Install sphinx and sphinx_rtd_theme packages and then:
42
43
43
44
make docs
44
45
Original file line number Diff line number Diff line change 100
100
101
101
# -- Options for HTML output ----------------------------------------------
102
102
103
+ import sphinx_rtd_theme
104
+
103
105
# The theme to use for HTML and HTML Help pages. See the documentation for
104
106
# a list of builtin themes.
105
- html_theme = 'default '
107
+ html_theme = 'sphinx_rtd_theme '
106
108
107
109
# Theme options are theme-specific and customize the look and feel of a theme
108
110
# further. For a list of options available for each theme, see the
109
111
# documentation.
110
- #html_theme_options = {}
112
+ html_theme_path = [ sphinx_rtd_theme . get_html_theme_path ()]
111
113
112
114
# Add any paths that contain custom themes here, relative to this directory.
113
115
#html_theme_path = []
You can’t perform that action at this time.
0 commit comments