Reformat the HTTPFile docs where were causing odd reference errors.
-SPHINXOPTS=-W -d build/doctrees .
+SPHINXOPTS=-n -W -d build/doctrees .
.PHONY: sphinx
sphinx:
"""Represents an HTTP file. For backwards compatibility, its instance
attributes are also accessible as dictionary keys.
- :ivar filename:
- :ivar body:
- :ivar content_type: The content_type comes from the provided HTTP header
- and should not be trusted outright given that it can be easily forged.
+ * ``filename``
+ * ``body``
+ * ``content_type``
"""
pass