We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7583917 commit dc9ba89Copy full SHA for dc9ba89
doc/developers/documentation.rst
@@ -11,13 +11,13 @@ and it's built on top of `Sphinx <https://www.sphinx-doc.org/en/master/>`_.
11
Building documentation
12
~~~~~~~~~~~~~~~~~~~~~~
13
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:
+Before building, make sure you have python3 ``virtualenv`` module installed.
18
19
.. code-block:: bash
20
+ # run configure to be able to compile doc dependencies in metadata/
+ make autotools
+ ./configure
21
cd doc
22
23
# prepare virtual environment
0 commit comments