Commit Graph

16 Commits

Author SHA1 Message Date
Laurent Savaete
4561d83f98 Fix typo in docs 2021-03-14 00:02:17 +00:00
Laurent Savaete
a71a3a8091 Fix formatting in docs 2021-03-14 00:00:41 +00:00
Laurent Savaete
3d63538a08 Add note about order of decorators in docs (see #39) 2021-03-13 23:56:58 +00:00
Laurent Savaete
76a917f11f Add example in docs about using redis as backend 2021-03-13 23:49:29 +00:00
Laurent Savaete
96d16c91ed Fix broken link in docs 2021-02-21 22:34:27 +00:00
Laurent Savaete
f64b2f469c Document the enabled option 2021-02-05 00:55:57 +00:00
Laurent Savaete
ea899ca3c3 Merge pull request #28 from laurentS/dependabot/pip/docs/lxml-4.6.2
Bump lxml from 4.5.0 to 4.6.2 in /docs
2021-01-10 15:21:36 +00:00
Laurent Savaete
780c08bd4c Add missing imports in docs 2021-01-10 15:17:49 +00:00
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