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 37ba370
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -117,7 +117,8 @@ developer-html:
# $ make help

# dist tarballs want doc sources
EXTRA_DIST = manpages/defines.rst \
EXTRA_DIST = frr-sphinx.mk \
manpages/defines.rst \
manpages/ldpd.rst \
manpages/index.rst \
manpages/bgpd.rst \
Expand Down
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/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/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 37ba370

Please sign in to comment.