From 37f33fd3898182a8f642c2ebd46e845f6cc5e6d4 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 14 Jun 2018 13:06:27 -0700 Subject: [PATCH] doc: update doc building tools versions The latest versions of Sphinx and Breathe work well together so we're updating the requirements.txt installation information (and documentation) to use the latest versions of these tools. Fixes: #395 Signed-off-by: David B. Kinder --- doc/howtos/process/docbuild.rst | 6 +++--- doc/scripts/requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/howtos/process/docbuild.rst b/doc/howtos/process/docbuild.rst index 6e43c36a0..c679edd33 100644 --- a/doc/howtos/process/docbuild.rst +++ b/doc/howtos/process/docbuild.rst @@ -111,10 +111,10 @@ Our documentation processing has been tested to run with: * Python 3.6.3 * Doxygen version 1.8.13 -* Sphinx version 1.6.7 -* Breathe version 4.7.3 +* Sphinx version 1.7.5 +* Breathe version 4.9.1 * docutils version 0.14 -* sphinx_rtd_theme version 0.2.4 +* sphinx_rtd_theme version 0.4.0 Depending on your Linux version, install the needed tools: diff --git a/doc/scripts/requirements.txt b/doc/scripts/requirements.txt index 5adbdfa6d..f5dc93773 100644 --- a/doc/scripts/requirements.txt +++ b/doc/scripts/requirements.txt @@ -1,4 +1,4 @@ -breathe==4.7.3 -sphinx==1.6.7 +breathe==4.9.1 +sphinx==1.7.5 docutils==0.14 sphinx_rtd_theme