Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spex-docs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spex
spex-docs
Commits
3255e7d3
Commit
3255e7d3
authored
Dec 15, 2018
by
anoop chandran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sphinx_rtd_theme for readthedocs
parent
68da6a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
source/conf.py
source/conf.py
+16
-2
No files found.
source/conf.py
View file @
3255e7d3
...
...
@@ -79,13 +79,27 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'alabaster'
# html_theme = 'alabaster'
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
# documentation.
#
# html_theme_options = {}
html_theme_options
=
{
'canonical_url'
:
''
,
'analytics_id'
:
''
,
# Provided by Google in your dashboard
'logo_only'
:
False
,
'display_version'
:
True
,
'prev_next_buttons_location'
:
'bottom'
,
'style_external_links'
:
False
,
# Toc options
'collapse_navigation'
:
True
,
'sticky_navigation'
:
True
,
'navigation_depth'
:
4
,
'includehidden'
:
True
,
'titles_only'
:
False
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
Write
Preview
Markdown
is supported
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