[LTP] [PATCH v2 3/5] doc: documentation.rst: Update build instructions

Petr Vorel pvorel@suse.cz
Thu Feb 6 16:34:33 CET 2025


Now we depend on autotools to compile metadata/ dependency.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/developers/documentation.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/developers/documentation.rst b/doc/developers/documentation.rst
index 0cd3173fa7..27c847e125 100644
--- a/doc/developers/documentation.rst
+++ b/doc/developers/documentation.rst
@@ -11,13 +11,13 @@ and it's built on top of `Sphinx <https://www.sphinx-doc.org/en/master/>`_.
 Building documentation
 ~~~~~~~~~~~~~~~~~~~~~~
 
-First of all, to build the documentation we must be sure that all dependencies
-have been installed (please check :master:`doc/requirements.txt` file). Sometimes the
-Linux distros are providing them, but the best way is to use ``virtualenv``
-command as following:
+Before building, make sure you have python3 ``virtualenv`` module installed.
 
 .. code-block:: bash
 
+    # run configure to be able to compile doc dependencies in metadata/
+    make autotools
+    ./configure
     cd doc
 
     # prepare virtual environment
-- 
2.47.2



More information about the ltp mailing list