Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: Make API document versioned | Stephen Finucane | 2018-12-22 |
| | | | | | | | | | | | | | | | OpenAPI doesn't appear to support versioning natively, suggesting instead that separate documents are kept. Rather than doing this manually, let's use a templating tool - Jinja2, in this case - to generate these document for us from a single master document. Note that while we can now auto-generate these whenever we need them (and we tend to avoid storing auto-generated assets in VCS), these change so rarely that it's easier to just store them. This also means we can reference the schemas themselves online. We do this in a following change. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||
* | Update sphinx_rtd_theme from 0.3.0 to 0.4.2 | pyup-bot | 2018-10-06 |
| | |||
* | Update sphinx_rtd_theme from 0.2.4 to 0.3.0 | pyup-bot | 2018-04-25 |
| | |||
* | doc: Use RTD theme locally | Stephen Finucane | 2017-11-02 |
| | | | | | | This ensures things look the same locally as on readthedocs.org. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||
* | Add reno for release notes management | Stephen Finucane | 2017-04-18 |
| | | | | | | | An initial patch to add reno and create a base directory for release notes. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||
* | docs: Add skeleton for Sphinx docs | Stephen Finucane | 2017-04-18 |
This is mostly the output of 'sphinx-quickstart' with all non-HTML build cruft removed and Sphinx minimum version set to 1.5. A tox target is included and the output of the docs build ignored. Signed-off-by: Stephen Finucane <stephen@that.guru> |