mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add htmlsingle target (#30287)
For whatever reason, building the 'singlehtml' version of the docs is much much faster than building the normal html version.
This commit is contained in:
parent
df941df01d
commit
633263d535
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue