Fix indentation in sphincontrib-serializinghtml

This commit is contained in:
Pierre Labastie 2023-09-10 18:53:58 +02:00
parent cf1541223e
commit 30677e5f07

View File

@ -78,13 +78,13 @@
<sect3 role="installation">
<title>Installation of Sphinxcontrib-serializinghtml</title>
<para> Build the module: </para>
<para> Build the module: </para>
<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinxcontrib-serializinghtml</userinput></screen>