From 45fd18a23ca7e60f5ef7e26db9434f802bdb5a67 Mon Sep 17 00:00:00 2001 From: mpenning Date: Sun, 17 Dec 2023 15:57:27 -0600 Subject: [PATCH] Fix logo URL and build --- sphinx-doc/Makefile | 1 + sphinx-doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sphinx-doc/Makefile b/sphinx-doc/Makefile index 570392c..81f67bb 100755 --- a/sphinx-doc/Makefile +++ b/sphinx-doc/Makefile @@ -47,6 +47,7 @@ clean: html: make clean + cp _static/ciscoconfparse_logo_bw_01.png _build/html/_static/ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html cd $(BUILDDIR)/html; tar cvfz $(USERHOME)/ccp.tar.gz * @echo diff --git a/sphinx-doc/conf.py b/sphinx-doc/conf.py index 0009e37..c9348ae 100755 --- a/sphinx-doc/conf.py +++ b/sphinx-doc/conf.py @@ -165,7 +165,7 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "logo_only": True, + "logo_only": False, "display_version": True, "style_nav_header_background": "light_blue", }