Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'rdt_theme'
Browse files Browse the repository at this point in the history
  • Loading branch information
ioO committed Oct 21, 2017
2 parents dadd572 + dda67e8 commit be04370
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.x'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.x'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand All @@ -85,13 +85,15 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
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 = {
'navigation_depth': 1,
}

# 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,
Expand All @@ -103,15 +105,15 @@
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html', # needs 'show_related': True theme option to display
'searchbox.html',
'donate.html',
]
}
#html_sidebars = {
# '**': [
# 'about.html',
# 'navigation.html',
# 'relations.html', # needs 'show_related': True theme option to display
# 'searchbox.html',
# 'donate.html',
# ]
#}


# -- Options for HTMLHelp output ------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pip-review
pip-tools
sphinx
sphinx-autobuild
sphinx_rtd_theme
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ requests==2.18.4 # via sphinx
six==1.11.0 # via livereload, packaging, pip-tools, sphinx
snowballstemmer==1.2.1 # via sphinx
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.2.4
sphinx==1.6.4
sphinxcontrib-websupport==1.0.1 # via sphinx
tornado==4.5.2 # via livereload, sphinx-autobuild
Expand Down

0 comments on commit be04370

Please sign in to comment.