diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-28 11:11:41 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-28 11:11:41 -0500 |
commit | b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759 (patch) | |
tree | fd7724cf0b12be34bfd4d7b77948947b24fcf567 /docs/Makefile | |
parent | 9dfca6b3ce3b38419c5be27e197f8afd9b05a0b1 (diff) | |
download | mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.tar.lz mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.tar.xz mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.zip |
Fix failing to build docs
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 4461893f..0b97bf7c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = -W +SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build |