summaryrefslogtreecommitdiff
path: root/docs/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-27 01:31:43 +0100
committerStephen Finucane <stephen@that.guru>2019-01-29 09:35:08 +0000
commit806f1086bf649383e53095220599fd9f564b117b (patch)
tree32f7ba097cdaac31a567071fcd42f13f5f55b012 /docs/requirements.txt
parentf825f207e91c2bf88e802e81cdfb1ee72114b2db (diff)
downloadpatchwork-806f1086bf649383e53095220599fd9f564b117b.tar
patchwork-806f1086bf649383e53095220599fd9f564b117b.tar.gz
docs: Integrate API schema into docs
This takes advantage of the sphinxcontrib-openapi Sphinx extension, which allows us to embed the REST API documentation into our docs quite nicely. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r--docs/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index ec930de..a2d02d5 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -2,3 +2,4 @@ sphinx>=1.5
reno>=2.2
sphinx_rtd_theme==0.4.2
jinja2==2.10
+sphinxcontrib-openapi==0.4.0