home » dokk/documentation.git
Author zPlus <zplus@peers.community> 2023-07-29 09:53:13
Committer zPlus <zplus@peers.community> 2023-07-29 09:53:13
Commit 3187431 (patch)
Tree 9924269
Parent(s)

Fix Makefile - Add multithreading to sphinx-build - Remove test line


commits diff: d12f4eb..3187431
1 file changed, 1 insertion, 1 deletiondownload


Diffstat
-rw-r--r-- Makefile 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   Makefile
index 9ba4365..451fc8e
old size: 2K - new size: 2K
@@ -35,7 +35,6 @@ ${SOURCE}:
35 35
36 36 # Find tags to process
37 37 releases=$$(git tag | grep -E "$${DOCS_TAGS}")
38 - releases="v6.1.7"
39 38
40 39 # For every tag...
41 40 for release in $${releases}
@@ -45,6 +44,7 @@ ${SOURCE}:
45 44
46 45 sphinx-build -c "${SPHINX_TEMPLATE}" \
47 46 -b dirhtml \
47 + -j auto \
48 48 -D project="$${DOCS_NAME}" \
49 49 -D release="$${release}" \
50 50 "$${DOCS_SPHINXDIR}" \