diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 16:28:23 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 17:17:36 -0500 | 
| commit | 37ba370b9eb45c2905c9c411f29c8ecf5e0e4c53 (patch) | |
| tree | 90dad0f597426cba044e781689fa02f03b3dc7c7 /doc/manpages | |
| parent | edc33b2f22e790cfe3e60de869baf17d0c8c65e0 (diff) | |
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/manpages')
| -rw-r--r-- | doc/manpages/conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index 50331b6f0a..a78e1a2c38 100644 --- a/doc/manpages/conf.py +++ b/doc/manpages/conf.py @@ -159,7 +159,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  | 
