Skip to content

Commit

Permalink
remove use of -- seems to be unnecessary and causing other problems
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Apr 4, 2023
1 parent a305115 commit 29863af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ALLSPHINXOPTS = $(SPHINX_OUTPUT) $(SPHINXOPTS) .
html: gallery
cp sphinx/ext_mathjax.py extensions.py
$(SPHINXBUILD) -b html $(SPHINX_OUTPUT) $(SPHINX_OPTS) . $(BUILDDIR)/html
./filter_spurious_link_from_html.py
@echo
@echo "html build finished: $(BUILDDIR)/html."

Expand All @@ -38,7 +37,6 @@ examples/index.rst:
htmlzip: html
cp sphinx/ext_mathjax.py extensions.py
$(SPHINXBUILD) -b html $(SPHINX_OUTPUT) $(SPHINX_OPTS) . $(BUILDDIR)/lmfit_doc
./filter_spurious_link_from_html.py
cd $(BUILDDIR) && zip -pur html/lmfit_doc.zip lmfit_doc

epub: gallery
Expand Down

0 comments on commit 29863af

Please sign in to comment.