Changeset 017f8af


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

Fix a build problem for sphinx-7.2.6.

Files:
2 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;
  • introduction/welcome/changelog.xml

    raf2f8c8 r017f8af  
    4242      <para>April 16th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Fix a build problem for sphinx-7.2.6. Fixes
     46          <ulink url="&blfs-ticket-root;19659">#19659</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to elogind-255.4-r1. Fixes
Note: See TracChangeset for help on using the changeset viewer.