Add theme alias

This commit is contained in:
Victor Zverovich 2014-11-04 08:17:59 -08:00
parent 6bcfb377b2
commit aa78f6155b
2 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,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 = 'sphinx_rtd_theme'
html_theme = 'cppformat_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
@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme'
html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['sphinx_rtd_theme']
html_theme_path = ['.']
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".

1
doc/cppformat_theme Symbolic link
View File

@ -0,0 +1 @@
sphinx_rtd_theme/sphinx_rtd_theme/