Skip to content

Commit 022a250

Browse files
change sphinx build dir to sphinx/_build
1 parent ade97f6 commit 022a250

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ venv/
1313
pyproj.egg-info/
1414
pyproj/proj_dir/
1515
pyproj/datadir.py.save
16+
sphinx/_build
1617
.idea/
1718
.vscode/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ script:
9797
else
9898
DEPLOY_DIR="$TRAVIS_TAG";
9999
fi
100-
doctr deploy --build-tags --built-docs docs/html $DEPLOY_DIR
100+
doctr deploy --build-tags --built-docs sphinx/_build/html $DEPLOY_DIR
101101
fi
102102
103103
after_success:

sphinx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPHINXOPTS =
66
SPHINXBUILD = python -msphinx
77
SPHINXPROJ = pyproj
88
SOURCEDIR = .
9-
BUILDDIR = ../docs
9+
BUILDDIR = _build
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:

0 commit comments

Comments
 (0)