Fix sphinx warnsing in docs.

Add -W to sphinx options to avoid warnings in the future.
This commit is contained in:
Sam Clegg 2013-03-17 17:39:31 -07:00
parent 6b92dca59d
commit 5058cd5100
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# #
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = SPHINXOPTS = -W
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build
PAPER = PAPER =
BUILDDIR = build BUILDDIR = build

View File

@ -1,2 +1 @@
.. _raven-setup: Set up the raven plugin
.. include:: ../../../mediagoblin/plugins/raven/README.rst .. include:: ../../../mediagoblin/plugins/raven/README.rst

View File

@ -28,8 +28,8 @@ carefully, or at least skim over it.
2. OpenStreetMap is now a plugin, so if you want to use it, add the 2. OpenStreetMap is now a plugin, so if you want to use it, add the
following to your config file:: following to your config file::
[plugins] [plugins]
[[mediagoblin.plugins.geolocation]] [[mediagoblin.plugins.geolocation]]
If you have your own theme, you may need to make some adjustments to If you have your own theme, you may need to make some adjustments to
it as some theme related things may have changed in this release. If it as some theme related things may have changed in this release. If