Skip to content

Commit

Permalink
use a dedicated path for vscode preview
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Nov 6, 2016
1 parent 4cfbcc8 commit 32812e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"restructuredtext.confPath" : "doc/manual/de/conf.py",
"restructuredtext.builtDocumentationPath" : "out/de/0.10.0-dev/manual/",
"restructuredtext.builtDocumentationPath" : "out/preview/de",
"restructuredtext.updateOnTextChanged" : "true"
}
2 changes: 1 addition & 1 deletion doc/manual/de/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ help:

.PHONY: html
html:
../../../cv doc -l de
../../../cv doc -l de --target out/preview/de
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

0 comments on commit 32812e2

Please sign in to comment.