Skip to content

Commit

Permalink
doc: change html theme to 'default'
Browse files Browse the repository at this point in the history
Looks like older versions of Sphinx switched around naming for the default
themes.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
  • Loading branch information
qlyoung committed Mar 7, 2018
1 parent edc33b2 commit cef96c8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# never built as part of a regular build. They are only built when explicitly
# asked for. See comment further down.
SUBDIRS = manpages user
AM_MAKEFLAGS = DESTDIR=${DESTDIR} infodir=${infodir}
AM_MAKEFLAGS = DESTDIR=${DESTDIR} infodir=${infodir} doczdir=${abs_srcdir}

MANPAGE_BUILDDIR = manpages/_build/man

Expand Down
2 changes: 1 addition & 1 deletion doc/developer/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ../frr-sphinx.mk
include $(doczdir)/frr-sphinx.mk
2 changes: 1 addition & 1 deletion doc/developer/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/manpages/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../frr-sphinx.mk
include ${doczdir}/frr-sphinx.mk

# -----------------------------------------------------------------------------
# Automake requires that 3rd-party Makefiles recognize these targets.
Expand Down
2 changes: 1 addition & 1 deletion doc/manpages/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/user/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../frr-sphinx.mk
include ${doczdir}/frr-sphinx.mk

# -----------------------------------------------------------------------------
# Automake requires that 3rd-party Makefiles recognize these targets.
Expand Down
2 changes: 1 addition & 1 deletion doc/user/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

# 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
Expand Down

0 comments on commit cef96c8

Please sign in to comment.