Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
use _build for the sphinx build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Waldmann authored and Thomas Waldmann committed Mar 27, 2011
1 parent f093c34 commit f69d6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .hgignore
Expand Up @@ -2,7 +2,7 @@
^dist/
^env/
^argparse.egg-info/
^docs/_build/
^doc/_build/
^MANIFEST$
.DS_Store
.orig$
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
BUILDDIR = _build

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Expand Up @@ -5,7 +5,7 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
Expand Down

0 comments on commit f69d6c9

Please sign in to comment.