diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 22:28:23 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 23:17:36 +0100 |
commit | 37ba370b9eb45c2905c9c411f29c8ecf5e0e4c53 (patch) | |
tree | 90dad0f597426cba044e781689fa02f03b3dc7c7 /doc/user/conf.py | |
parent | doc: fix make setup (diff) | |
download | frr-37ba370b9eb45c2905c9c411f29c8ecf5e0e4c53.tar.xz frr-37ba370b9eb45c2905c9c411f29c8ecf5e0e4c53.zip |
doc: change html theme to 'default'
Looks like older versions of Sphinx switched around naming for the default
themes.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/user/conf.py')
-rw-r--r-- | doc/user/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.py b/doc/user/conf.py index 817a6d83b..efe102374 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -157,7 +157,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'classic' +html_theme = 'default' # 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 |