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 1111# All configuration values have a default; values that are commented out
1212# serve to show the default.
1313
14+ import sphinx_rtd_theme
1415import sys , os
1516
1617# If extensions (or modules to document with autodoc) are in another directory,
100101
101102# The theme to use for HTML and HTML Help pages. See the documentation for
102103# a list of builtin themes.
103- html_theme = 'default '
104+ html_theme = 'sphinx_rtd_theme '
104105
105106# Theme options are theme-specific and customize the look and feel of a theme
106107# further. For a list of options available for each theme, see the
107108# documentation.
108109#html_theme_options = {}
109110
110111# 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 () ]
112113
113114# The name for this set of Sphinx documents. If None, it defaults to
114115# "<project> v<release> documentation".
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ python-intercom
33===============
44
55.. toctree ::
6- :hidden:
7-
86 installation
97 api/modules
108 changelog
You can’t perform that action at this time.
0 commit comments