From aa78f6155b877d649c2e1c8cc900892aedaad2c8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 4 Nov 2014 08:17:59 -0800 Subject: [PATCH] Add theme alias --- doc/conf.py | 4 ++-- doc/cppformat_theme | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 doc/cppformat_theme diff --git a/doc/conf.py b/doc/conf.py index 46cde40b..e7e9c5ca 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 # " v documentation". diff --git a/doc/cppformat_theme b/doc/cppformat_theme new file mode 120000 index 00000000..23c34f85 --- /dev/null +++ b/doc/cppformat_theme @@ -0,0 +1 @@ +sphinx_rtd_theme/sphinx_rtd_theme/ \ No newline at end of file