summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/make_book2
-rwxr-xr-xdocs/make_epub2
-rwxr-xr-xdocs/make_pdf2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/make_book b/docs/make_book
index 22883ac4a..94e249441 100755
--- a/docs/make_book
+++ b/docs/make_book
@@ -1,4 +1,4 @@
#!/bin/sh
-make clean latex SPHINXBUILD=../env26/bin/sphinx-build BOOK=1
+make clean latex SPHINXBUILD=../env/bin/sphinx-build BOOK=1
cd _build/latex && make all-pdf
diff --git a/docs/make_epub b/docs/make_epub
index 868749e3b..cf9263451 100755
--- a/docs/make_epub
+++ b/docs/make_epub
@@ -1,2 +1,2 @@
#!/bin/sh
-make clean epub SPHINXBUILD=../env26/bin/sphinx-build
+make clean epub SPHINXBUILD=../env/bin/sphinx-build
diff --git a/docs/make_pdf b/docs/make_pdf
index 558feb857..6c9863bc9 100755
--- a/docs/make_pdf
+++ b/docs/make_pdf
@@ -1,4 +1,4 @@
#!/bin/sh
-make clean latex SPHINXBUILD=../env26/bin/sphinx-build
+make clean latex SPHINXBUILD=../env/bin/sphinx-build
cd _build/latex && make all-pdf