From 77d877c0d945895cab3242870a2ad2ebcc49e3e3 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Fri, 15 Dec 2017 14:12:16 -0800 Subject: [PATCH] doc: update doc tools versions I've been successfully using the latest sphinx/breathe/docutils and doxygen versions for local doc build testing. The CI system already uses the latest doxygen, so this patch updates the pip-installed sphinx, breathe, and docutils tools too. Signed-off-by: David B. Kinder --- scripts/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3846a1c2519..d64fab53ebc 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,7 +1,7 @@ wheel==0.30.0 -breathe==4.6.0 -sphinx==1.5.5 -docutils==0.13.1 +breathe==4.7.3 +sphinx==1.6.5 +docutils==0.14 sphinx_rtd_theme junit2html PyYAML==3.12