Skip to content

Commit 84a0d87

Browse files
committed
Using the latest RTD theme for the documentation.
1 parent 176d22e commit 84a0d87

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14+
import sphinx_rtd_theme
1415
import sys, os
1516

1617
# If extensions (or modules to document with autodoc) are in another directory,
@@ -100,15 +101,15 @@
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".

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ python-intercom
33
===============
44

55
.. toctree::
6-
:hidden:
7-
86
installation
97
api/modules
108
changelog

0 commit comments

Comments
 (0)