diff options
author | Stephen Finucane <stephen@that.guru> | 2020-10-01 16:51:26 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-10-01 16:51:26 +0100 |
commit | bdb049c7939b7cdea1eddf029a0bc47cb338da67 (patch) | |
tree | 5ed63cccbe069047f4dbf231a5fc5a4d8d6353ee | |
parent | efcef74e7f60ce1d432a59ec28a9af0cef1f7438 (diff) | |
download | patchwork-bdb049c7939b7cdea1eddf029a0bc47cb338da67.tar patchwork-bdb049c7939b7cdea1eddf029a0bc47cb338da67.tar.gz |
requirements: Update doc requirements
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | docs/requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 9a531a1..e2641c8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -sphinx>=1.5 +sphinx>=2.0 reno>=2.2 -sphinx_rtd_theme==0.4.3 -jinja2==2.11.1 -sphinxcontrib-openapi==0.7.0 +sphinx_rtd_theme~=0.5.0 +jinja2~=2.11.2 +sphinxcontrib-openapi~=0.7.0 |