Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5228854f
Commit
5228854f
authored
Nov 15, 2014
by
Damien George
Browse files
docs: Fix RTD build configuration.
ReadTheDocs needs the root directory in its search path so it finds topindex.html.
parent
d1b42d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
5228854f
...
...
@@ -114,6 +114,8 @@ if not on_rtd: # only import and set the theme if we're building docs locally
except
:
html_theme
=
'default'
html_theme_path
=
[
'.'
]
else
:
html_theme_path
=
[
'.'
]
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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