File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
# All configuration values have a default; values that are commented out
12
12
# serve to show the default.
13
13
14
+ import sphinx_rtd_theme
14
15
import sys , os
15
16
16
17
# If extensions (or modules to document with autodoc) are in another directory,
100
101
101
102
# The theme to use for HTML and HTML Help pages. See the documentation for
102
103
# a list of builtin themes.
103
- html_theme = 'default '
104
+ html_theme = 'sphinx_rtd_theme '
104
105
105
106
# Theme options are theme-specific and customize the look and feel of a theme
106
107
# further. For a list of options available for each theme, see the
107
108
# documentation.
108
109
#html_theme_options = {}
109
110
110
111
# Add any paths that contain custom themes here, relative to this directory.
111
- # html_theme_path = []
112
+ html_theme_path = [sphinx_rtd_theme . get_html_theme_path () ]
112
113
113
114
# The name for this set of Sphinx documents. If None, it defaults to
114
115
# "<project> v<release> documentation".
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ python-intercom
3
3
===============
4
4
5
5
.. toctree ::
6
- :hidden:
7
-
8
6
installation
9
7
api/modules
10
8
changelog
You can’t perform that action at this time.
0 commit comments