We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc382c5 commit 2bfbb52Copy full SHA for 2bfbb52
docs/docsite/Makefile
@@ -102,7 +102,7 @@ else
102
endif
103
104
htmldocs: ansible_structure generate_rst
105
- CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx 'DOCS_VARIANTS=-t ansible' html
+ CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx 'DOCS_VARIANTS=-t ansible $(EXTRA_TAGS)' html
106
107
core_htmldocs: core_structure core_generate_rst
108
ifdef LANGOPTS
docs/docsite/Makefile.sphinx
@@ -2,6 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
+EXTRA_TAGS ?=
6
DOCS_VARIANTS ?=
7
SPHINXCONFDIR = rst
8
LANGOPTS ?=
0 commit comments