Fix warnings when building the docs

It may be nice to make builds fail if new documentation generates warnings, to
avoid these sorts of problems slipping in in the future.
This commit is contained in:
Kevin Burke
2013-12-28 00:09:29 -08:00
parent 99ebac7e84
commit a0e7706440
5 changed files with 7 additions and 6 deletions
-1
View File
@@ -130,6 +130,5 @@ you.
:maxdepth: 1
dev/philosophy
dev/internals
dev/todo
dev/authors
+1 -1
View File
@@ -300,7 +300,7 @@ Then, we can make a request using our Pizza Auth::
>>> requests.get('http://pizzabin.org/admin', auth=PizzaAuth('kenneth'))
<Response [200]>
.. _streaming-requests
.. _streaming-requests:
Streaming Requests
------------------