Add theme alias
This commit is contained in:
parent
6bcfb377b2
commit
aa78f6155b
@ -112,7 +112,7 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# 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
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
@ -120,7 +120,7 @@ html_theme = 'sphinx_rtd_theme'
|
|||||||
html_theme_options = {}
|
html_theme_options = {}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# 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
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
|
1
doc/cppformat_theme
Symbolic link
1
doc/cppformat_theme
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
sphinx_rtd_theme/sphinx_rtd_theme/
|
Loading…
Reference in New Issue
Block a user