This repository was archived by the owner on Jun 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ make-docs:
14
14
script :
15
15
- rm -rf html
16
16
- rm -rf doc/_build
17
- - make SPHINXOPTS="-D html_theme='adsy'" html -C doc
17
+ - make html_adsy -C doc
18
18
- cp -r doc/_build/html html
19
19
artifacts :
20
20
paths :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
23
23
help :
24
24
@echo " Please use \` make <target>' where <target> is one of"
25
25
@echo " html to make standalone HTML files"
26
+ @echo " html_adsy to make standalone HTML files using adsy theme"
26
27
@echo " dirhtml to make HTML files named index.html in directories"
27
28
@echo " singlehtml to make a single large HTML file"
28
29
@echo " pickle to make pickle files"
57
58
@echo
58
59
@echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
59
60
61
+ .PHONY : html_adsy
62
+ html_adsy :
63
+ $(SPHINXBUILD ) -b html -D html_theme=' adsy' $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
64
+ @echo
65
+ @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
66
+
60
67
.PHONY : dirhtml
61
68
dirhtml :
62
69
$(SPHINXBUILD ) -b dirhtml $(ALLSPHINXOPTS ) $(BUILDDIR ) /dirhtml
Original file line number Diff line number Diff line change 111
111
# The Theme MUST BE AN OPEN SOURCE SPHINX THEME. Contributors outside of
112
112
# Adfinis SyGroup AG must be able to build the documentation.
113
113
# Developers of Adfinis SyGroup AG can build the documentation using
114
+ # make html_adsy
115
+ # .. or ..
114
116
# make SPHINXOPTS="-D html_theme='adsy'" html
115
117
html_theme = 'sphinx_rtd_theme'
116
118
You can’t perform that action at this time.
0 commit comments