Set to default theme

This commit is contained in:
UnicronNL 2018-07-03 13:52:03 +02:00
parent 16cfd78a24
commit c5c72e118f

View File

@ -74,7 +74,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 = 'alabaster' html_theme = 'default'
# 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
@ -152,4 +152,4 @@ texinfo_documents = [
(master_doc, 'VyOS', u'VyOS Documentation', (master_doc, 'VyOS', u'VyOS Documentation',
author, 'VyOS', 'One line description of project.', author, 'VyOS', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]