Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
enpt_enmapboxapp
Commits
3d6f9b95
Commit
3d6f9b95
authored
Sep 07, 2021
by
Daniel Scheffler
Browse files
'make docs' does not open HTML docs in a browser to avoid SegFault.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
afea1811
Pipeline
#27298
failed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3d6f9b95
...
...
@@ -97,7 +97,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(MAKE)
-C
docs html
#
$(MAKE)
-C
docs latex
# $(MAKE) -C docs latexpdf
$(BROWSER)
docs/_build/html/index.html
#
$(BROWSER) docs/_build/html/index.html
servedocs
:
docs
##
compile the docs watching for changes
watchmedo shell-command
-p
'*.rst'
-c
'
$(MAKE)
-C docs html'
-R
-D
.
...
...
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