docs: fix intensely annoying _prefix, 2 years later.

pull/193/head
David Wilson 6 years ago
parent b247c320d2
commit b595314619

1
.gitignore vendored

@ -8,7 +8,6 @@
MANIFEST
build/
dist/
docs/_build
htmlcov/
*.egg-info
__pycache__/

1
docs/.gitignore vendored

@ -0,0 +1 @@
build

@ -8,7 +8,7 @@ default:
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
BUILDDIR = build
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)

Loading…
Cancel
Save