We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e6808 commit 4b47f81Copy full SHA for 4b47f81
.github/workflows/doc-build.yml
@@ -17,7 +17,7 @@ permissions:
17
env:
18
DOXYGEN_VERSION: 1.14.0
19
DOXYGEN_MD5SUM: e761a5097ae20ecccfd02041925f102a
20
- JOB_COUNT: 8
+ JOB_COUNT: 4
21
22
jobs:
23
doc-file-check:
@@ -133,14 +133,14 @@ jobs:
133
fi
134
135
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
136
- DOC_TARGET="html-fast"
+ DOC_TARGET="html"
137
else
138
DOC_TARGET="html"
139
140
141
DOC_TAG=${DOC_TAG} \
142
SPHINXOPTS="-j ${JOB_COUNT} -W --keep-going -T" \
143
- SPHINXOPTS_EXTRA="-q -t publish" \
+ SPHINXOPTS_EXTRA="-t publish" \
144
make -C doc ${DOC_TARGET}
145
146
# API documentation coverage
0 commit comments