diff options
author | Stephen Finucane <stephen@that.guru> | 2020-05-08 09:49:50 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-05-08 09:49:50 +0100 |
commit | 31a65257e424fd33eecb64e14d141b444e253c14 (patch) | |
tree | dd43f58b659547681033e843343c510c6b640aa2 | |
parent | 6841ba379d757a1a1588442dd72766533ccf6589 (diff) | |
download | patchwork-31a65257e424fd33eecb64e14d141b444e253c14.tar patchwork-31a65257e424fd33eecb64e14d141b444e253c14.tar.gz |
docs: Bump sphinxcontrib-openapi to 0.7.0
This picks up an important fix [1] we want for our docs build.
[1] https://github.com/sphinx-contrib/openapi/pull/87
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 82543a8..9a531a1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx>=1.5 reno>=2.2 sphinx_rtd_theme==0.4.3 jinja2==2.11.1 -sphinxcontrib-openapi==0.6.0 +sphinxcontrib-openapi==0.7.0 |