Rename the "doc" folder to "docs" to be consistent with the tox env name. RTD also seems to expect "docs" as its first choice, even though it will discover "doc" as well.
595 B
595 B
Redirection
Falcon defines a set of exceptions that can be raised within a
middleware method, hook, or responder in order to trigger a 3xx
(Redirection) response to the client. Raising one of these classes
short-circuits request processing in a manner similar to raising an
instance or subclass of :py~.HTTPError
Base Class
falcon.http_status.HTTPStatus
Redirects
falcon