From b8e0ef32404850f394597836c2dbf7d71511230e Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 12 Apr 2021 14:17:25 -0700 Subject: [PATCH] doc: update doc build instructions We've validated doc build tool versions, so let's make sure those are the versions the instructions say to install. The version of doxygen you get when you use ``sudo apt install doxygen`` may get a newer version that may still work so let's tell them that. Also, we no longer use kconfig files in the document build process, so remove mentioning that in the build documentation. Signed-off-by: David B. Kinder --- doc/tutorials/docbuild.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/docbuild.rst b/doc/tutorials/docbuild.rst index cc34fe673..ebce9d476 100644 --- a/doc/tutorials/docbuild.rst +++ b/doc/tutorials/docbuild.rst @@ -131,11 +131,12 @@ and these other tools: * sphinx version: 3.2.1 * docutils version: 0.16 * sphinx-rtd-theme version: 0.5.0 -* kconfiglib version: 14.1.0 * sphinx-tabs version: 1.3.0 * doxygen version: 1.8.13 -Depending on your Linux version, install the needed tools. +Depending on your Linux version, install the needed tools. You may get a +different (newer) version of doxygen noted above that may also work. + For Ubuntu use: .. code-block:: bash