mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-01 01:54:42 +00:00
Small changes to docs compiled dir.
This commit is contained in:
parent
5d7da98dd3
commit
7bc88f507e
1 changed files with 2 additions and 2 deletions
4
dev.xml
4
dev.xml
|
|
@ -167,7 +167,7 @@ SPHINXOPTS =
|
|||
SPHINXBUILD = sphinx-build
|
||||
SPHINXPROJ = DjangoMarkdownx
|
||||
SOURCEDIR = src
|
||||
BUILDDIR = build
|
||||
BUILDDIR = www
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
|
|
@ -188,7 +188,7 @@ make clean
|
|||
make html
|
||||
|
||||
# Open in the browser.
|
||||
URL="build/html/index.html"
|
||||
URL="www/html/index.html"
|
||||
|
||||
echo "Documentations index file: $URL"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue