Commit Graph

8 Commits

Author SHA1 Message Date
dependabot[bot]
ed8e384c2e Bump lxml from 4.5.0 to 4.6.2 in /docs
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.0...lxml-4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 23:48:33 +00:00
Laurent Savaete
fd53161071 Add middleware in docs/examples 2020-12-29 23:56:34 +00:00
Laurent Savaete
c0d30f4f98 Updates docs 2020-12-23 22:25:53 +00:00
Guillaume Gardey
acde458c45 fix: Address issue with decorator
The value returned by an endpoint may not be an instance or subclass
of `Response`, in this case FastAPI builds the actual Response
at an upper level in the middleware stack.
This patch allows the decorator to inspect the endpoint to retrieve the
associated `Response` to allow headers to be injected.
2020-12-23 09:48:50 +00:00
Laurent Savaete
196820d84e Include all dependencies to build the docs 2020-10-01 17:42:38 +01:00
Laurent Savaete
f3bb8d2a6c Add readthedocs config 2020-10-01 17:27:57 +01:00
Laurent Savaete
da9cba95e6 Add api documentation using mkautodoc 2020-10-01 16:46:04 +01:00
Laurent Savaete
15483e3b1e Setup documentation on readthedocs 2020-10-01 13:45:26 +01:00