Skip to content

Commit

Permalink
PS-8694 Remove uneeded options in doc/Makefile
Browse files Browse the repository at this point in the history
	Makefile.make
  • Loading branch information
patrickbirch committed Mar 27, 2023
1 parent 1ae2d4e commit 57b3343
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,3 @@ doctest:
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."

thtml:
@echo "Building themed html doc"
$(SPHINXBUILD) -D html_theme=alabaster -D html_theme_path='' -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

livehtml:
sphinx-autobuild $(ALLSPHINXOPTS) $(BUILDDIR) $(O)

livethtml:
sphinx-autobuild -D html_theme=alabaster -D html_theme_path='' $(ALLSPHINXOPTS) $(BUILDDIR) $(O)

0 comments on commit 57b3343

Please sign in to comment.