Changeset 017f8af for general


Ignore:
Timestamp:
04/16/2024 06:11:44 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
09304f6e
Parents:
af2f8c8
Message:

Fix a build problem for sphinx-7.2.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/sphinx.xml

    raf2f8c8 r017f8af  
    100100      <title>Installation of Sphinx</title>
    101101
    102     <para> Build the module: </para>
     102    <para>First fix a problem with docutils-0.21.1:</para>
     103
     104<screen><userinput>sed -i 's/0.21/0.22/' pyproject.toml</userinput></screen>
     105
     106    <para>Build the module:</para>
    103107
    104108&build-wheel;
Note: See TracChangeset for help on using the changeset viewer.