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 45fd18a commit 232212f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx-doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ clean:

html:
make clean
cp _static/ciscoconfparse_logo_bw_01.png _build/html/_static/
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
cp _static/ciscoconfparse_logo_bw_01.png $(BUILDDIR)/html/_static/
cd $(BUILDDIR)/html; tar cvfz $(USERHOME)/ccp.tar.gz *
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
Expand Down

0 comments on commit 232212f

Please sign in to comment.