Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
97f543f3
Unverified
Commit
97f543f3
authored
Feb 08, 2022
by
Philip Meier
Committed by
GitHub
Feb 08, 2022
Browse files
fix `make html-noplot` docs build command (#5389)
parent
0c2373d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/Makefile
docs/Makefile
+1
-1
No files found.
docs/Makefile
View file @
97f543f3
...
...
@@ -24,7 +24,7 @@ docset: html
convert
$(SPHINXPROJ).docset/icon@2x.png
-resize
16x16
$(SPHINXPROJ).docset/icon.png
html-noplot
:
#
Avoids running the gallery examples
,
which may take time
$(SPHINXBUILD)
-D
plot_gallery
=
0
-b
html
$(ASPHINXOPTS)
"
${SOURCEDIR}
"
"
$(BUILDDIR)
"
/html
$(SPHINXBUILD)
-D
plot_gallery
=
0
-b
html
"
${SOURCEDIR}
"
"
$(BUILDDIR)
"
/html
@
echo
@
echo
"Build finished. The HTML pages are in
$(BUILDDIR)
/html."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment