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