Skip to content

Commit

Permalink
add htmlsingle target (ansible#30287)
Browse files Browse the repository at this point in the history
For whatever reason, building the 'singlehtml' version of
the docs is much much faster than building the normal html
version.
  • Loading branch information
alikins authored and dharmabumstead committed Sep 13, 2017
1 parent df941df commit 633263d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docsite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ all: docs

docs: clean htmldocs

htmldocs: testing keywords modules staticmin cli config
generate_rst: testing keywords modules staticmin cli config

htmldocs: generate_rst
CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx html

singlehtmldocs: generate_rst
CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx singlehtml

webdocs: docs

#TODO: leaving htmlout removal for those having older versions, should eventually be removed also
Expand Down

0 comments on commit 633263d

Please sign in to comment.