From 47ce050db23e5cce0f1e739d63f583ae56e0a87b Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 15 Oct 2014 16:20:07 -0700 Subject: [PATCH] Fixing Sphinx warnings and preventing more from occurring. --- docs/index.rst | 10 +++++----- tox.ini | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 9bcd92c6058e..d65017fe6636 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,7 @@ Services .. image:: /_static/datastore-logo.png :target: datastore-api.html - - Google's `official documentation `_ + - Google's `official documentation `__ - :doc:`datastore-quickstart` - :doc:`datastore-getting-started` - :doc:`Cloud Datastore API Documentation ` @@ -47,7 +47,7 @@ Services .. image:: /_static/storage-logo.png :target: storage-api.html - - Google's `official documentation `_ + - Google's `official documentation `__ - :doc:`storage-quickstart` - :doc:`Getting started with Cloud Storage ` - :doc:`Cloud Storage API Documentation ` @@ -58,7 +58,7 @@ Services .. image:: /_static/compute-logo.png :target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/34 - - Google's `official documentation `_ + - Google's `official documentation `__ - Coming soon... .. topic:: Cloud SQL @@ -67,7 +67,7 @@ Services .. image:: /_static/cloudsql-logo.png :target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/35 - - Google's `official documentation `_ + - Google's `official documentation `__ - Coming soon... .. topic:: Big Query @@ -76,7 +76,7 @@ Services .. image:: /_static/bigquery-logo.png :target: https://github.com/GoogleCloudPlatform/gcloud-python/issues/36 - - Google's `official documentation `_ + - Google's `official documentation `__ - Coming soon... Common modules diff --git a/tox.ini b/tox.ini index d3371d187b9c..ec7a3c2b9c40 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = basepython = python2.7 commands = - sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html + sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html deps = Sphinx