File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 102
102
endif
103
103
104
104
htmldocs : ansible_structure generate_rst
105
- CPUS=$(CPUS ) $(MAKE ) -f Makefile.sphinx ' DOCS_VARIANTS=-t ansible' html
105
+ CPUS=$(CPUS ) $(MAKE ) -f Makefile.sphinx ' DOCS_VARIANTS=-t ansible $(EXTRA_TAGS) ' html
106
106
107
107
core_htmldocs : core_structure core_generate_rst
108
108
ifdef LANGOPTS
Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
+ EXTRA_TAGS ?=
5
6
DOCS_VARIANTS ?=
6
7
SPHINXCONFDIR = rst
7
8
LANGOPTS ?=
8
- SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(LANGOPTS)
9
+ SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(EXTRA_TAGS) $( LANGOPTS)
9
10
SPHINXBUILD = sphinx-build
10
11
SPHINXPROJ = sdfsdf
11
12
SOURCEDIR = rst
You can’t perform that action at this time.
0 commit comments