Skip to content

Commit dc9ba89

Browse files
committed
doc: documentation.rst: Update build instructions
Now we depend on autotools to compile metadata/ dependency. Link: https://lore.kernel.org/ltp/[email protected]/ Acked-by: Andrea Cervesato <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 7583917 commit dc9ba89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/developers/documentation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ and it's built on top of `Sphinx <https://www.sphinx-doc.org/en/master/>`_.
1111
Building documentation
1212
~~~~~~~~~~~~~~~~~~~~~~
1313

14-
First of all, to build the documentation we must be sure that all dependencies
15-
have been installed (please check :master:`doc/requirements.txt` file). Sometimes the
16-
Linux distros are providing them, but the best way is to use ``virtualenv``
17-
command as following:
14+
Before building, make sure you have python3 ``virtualenv`` module installed.
1815

1916
.. code-block:: bash
2017
18+
# run configure to be able to compile doc dependencies in metadata/
19+
make autotools
20+
./configure
2121
cd doc
2222
2323
# prepare virtual environment

0 commit comments

Comments
 (0)