There was an error while loading. Please reload this page.
1 parent ade97f6 commit 022a250Copy full SHA for 022a250
.gitignore
@@ -13,5 +13,6 @@ venv/
13
pyproj.egg-info/
14
pyproj/proj_dir/
15
pyproj/datadir.py.save
16
+sphinx/_build
17
.idea/
18
.vscode/
.travis.yml
@@ -97,7 +97,7 @@ script:
97
else
98
DEPLOY_DIR="$TRAVIS_TAG";
99
fi
100
- doctr deploy --build-tags --built-docs docs/html $DEPLOY_DIR
+ doctr deploy --build-tags --built-docs sphinx/_build/html $DEPLOY_DIR
101
102
103
after_success:
sphinx/Makefile
@@ -6,7 +6,7 @@ SPHINXOPTS =
6
SPHINXBUILD = python -msphinx
7
SPHINXPROJ = pyproj
8
SOURCEDIR = .
9
-BUILDDIR = ../docs
+BUILDDIR = _build
10
11
# Put it first so that "make" without argument is like "make help".
12
help:
0 commit comments