From 4b592d6096535618df78aac0d44246078672f3b1 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 3 Apr 2019 10:14:37 -0500 Subject: [PATCH] Raise sphinxcontrib.datatemplates to 0.2.0 Previous release does not work with Sphinx 2.0. Change-Id: Idd2754b050e901bd6e9adf8fe2d4154e866840e6 Signed-off-by: Sean McGinnis --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ab3cd364c1..fbc20be713 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ sphinx>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 -sphinxcontrib.datatemplates>=0.1.0 # BSD License +sphinxcontrib.datatemplates>=0.2.0 # BSD License icalendar>=3.10 # BSD whereto>=0.3.0 # Apache-2.0 mwclient==0.8.1