Skip to content
This repository was archived by the owner on Jan 15, 2019. It is now read-only.

Commit de976a3

Browse files
committed
Removing autodoc from makefile
1 parent cd7823f commit de976a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ clean:
5656

5757
.PHONY: html
5858
html:
59-
$(SPHINXAUTODOC) -f -o source/autodoc/cssefserver/ ../CssefServer/cssefserver/
60-
$(SPHINXAUTODOC) -f -o source/autodoc/cssefclient/ ../CssefClient/cssefclient/
59+
#$(SPHINXAUTODOC) -f -o source/autodoc/cssefserver/ ../CssefServer/cssefserver/
60+
#$(SPHINXAUTODOC) -f -o source/autodoc/cssefclient/ ../CssefClient/cssefclient/
6161
#$(SPHINXAUTODOC) -f -o source/autodoc/webui/ ../WebInterface/WebInterface
6262
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
6363
@echo

0 commit comments

Comments
 (0)