Changeset 07fa316d


Ignore:
Timestamp:
09/10/2023 04:54:55 PM (9 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
3b411d49
Parents:
30677e5
Message:

sphinxcontrib-serializinghtml: fix circ. dep.

Upstream has introduced a build dependency on sphinx, which is
not needed. Sphinx is only needed for tests.

File:
1 edited

Legend:

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

    r30677e5 r07fa316d  
    7979      <title>Installation of Sphinxcontrib-serializinghtml</title>
    8080
     81      <para>
     82        First remove a spurious circular dependency:
     83      </para>
     84
     85<screen><userinput>sed /^dependencies/,+2d -i pyproject.toml</userinput></screen>
     86
    8187      <para> Build the module: </para>
    8288
     
    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.