Skip to content

Commit

Permalink
Fix logo URL and build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Dec 17, 2023
1 parent c0a37d9 commit 45fd18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sphinx-doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sphinx-doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 45fd18a

Please sign in to comment.