Added marshaling section to docs

This commit is contained in:
jtc42 2020-01-22 11:10:52 +00:00
parent f3b3aa6549
commit d2780f5541
2 changed files with 197 additions and 11 deletions

View file

@ -225,6 +225,8 @@ epub_exclude_files = ["search.html"]
intersphinx_mapping = {
"openflexure_stage": ("https://openflexure-stage.readthedocs.io/en/latest/", None),
"picamera": ("https://picamera.readthedocs.io/en/release-1.13/", None),
"marshmallow": ("https://marshmallow.readthedocs.io/en/stable/", None),
"webargs": ("https://webargs.readthedocs.io/en/latest/", None)
}
# -- Options for todo extension ----------------------------------------------