diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 14:35:20 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-07 15:51:48 -0500 |
| commit | edc33b2f22e790cfe3e60de869baf17d0c8c65e0 (patch) | |
| tree | ebd0258871c5838c68cc906b1874f87694d3c46d /doc/manpages/conf.py | |
| parent | 85dd0c8afa087ac5fa0d7f31d9d5c83de169120b (diff) | |
doc: fix make setup
Iron out all of the glitches with recursive Automake, 3rd-party
autogenerated Sphinx makefiles, building and installing 3 different
document formats under different targets, and handling clean.
* Implement all Automake-required targets for 3rd-party Makefiles
* Setup subdirectories for 3rd-party Makefiles
* Override implicit Automake document targets
* Clean up explicit targets for developer docs
* Move Sphinx-generated Makefile to an include file
* Update targets for debian packaging
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages/conf.py')
| -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 2d6fbe8503..50331b6f0a 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 = 'sphinx_rtd_theme' +html_theme = 'classic' # 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 |
