Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
3b41671a
Commit
3b41671a
authored
Aug 26, 2016
by
Victor Poughon
Browse files
DOC: Cookbook use sphinx rtd theme
parent
f00f080f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/Cookbook/rst/conf.py.in
View file @
3b41671a
...
...
@@ -14,6 +14,7 @@
import sys
import os
import sphinx_rtd_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
...
...
@@ -103,7 +104,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = '
default
'
html_theme = '
sphinx_rtd_theme
'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
...
...
@@ -111,7 +112,7 @@ html_theme = 'default'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#
html_theme_path = []
html_theme_path = [
sphinx_rtd_theme.get_html_theme_path()
]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment