Ignore:
Timestamp:
09/10/2023 06:17:18 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
9ec8e6a
Parents:
87e1d46 (diff), 3b411d49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml

    r87e1d46 r72729a79  
    7979      <title>Installation of Sphinxcontrib-serializinghtml</title>
    8080
    81     <para> Build the module: </para>
     81      <para>
     82        First remove a spurious circular dependency:
     83      </para>
     84
     85<screen><userinput>sed /^dependencies/,+2d -i pyproject.toml</userinput></screen>
     86
     87      <para> Build the module: </para>
    8288
    8389<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8490
    85     <para>
    86       Now, as the <systemitem class="username">root</systemitem> user:
    87     </para>
     91      <para>
     92        Now, as the <systemitem class="username">root</systemitem> user:
     93      </para>
    8894
    8995<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinxcontrib-serializinghtml</userinput></screen>
    9096
    9197      <para>
    92         To test the installation, run <command>pytest</command>.
     98        To test the installation, first install <xref linkend="sphinx"/>, then
     99        run <command>pytest</command>.
    93100      </para>
    94101
Note: See TracChangeset for help on using the changeset viewer.