Changeset a95ea95


Ignore:
Timestamp:
05/13/2024 06:13:19 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
11f07752
Parents:
e1e0dd0
Message:

sphinx_rtd_theme: Fix building with docutils-0.21.x.

Without this fix I get an error from the install process about the
docutils version being incompatible/out of range.

However, https://github.com/readthedocs/sphinx_rtd_theme/pull/1559 shows
that upgrading the docutils version should be totally fine

Files:
2 edited

Legend:

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

    re1e0dd0 ra95ea95  
    8787    <sect3 role="installation">
    8888      <title>Installation of Sphinx_rtd_theme</title>
    89 <!-- Upstream tentative fix: not completely tested, it seems
    90      but otherwise we fall into dependency hell
    91      Fixed in 2.0.0 -renodr
     89
    9290      <para>
    93         Fix wrong versions for dependencies:
     91        First, tell the package that newer <xref linkend="docutils"/> versions
     92        are safe to use:
    9493      </para>
    9594
    96 <screen><userinput>sed -e s/0.19/0.21/ \
     95<screen><userinput>sed -e s/0.21/0.22/ \
    9796    -i setup.cfg</userinput></screen>
    98 -->
     97
    9998      <para>
    10099        Build the module:
  • introduction/welcome/changelog.xml

    re1e0dd0 ra95ea95  
    4343      <para>May 13th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Fix building sphinx_rtd_theme with docutils-0.21.x.
     47          This fixes an error about incompatible versions, but upstream has
     48          changed the version range so that it's compatible.</para>
     49        </listitem>
    4550        <listitem>
    4651          <para>[timtas] - Update to samba-4.20.1. Fixes
Note: See TracChangeset for help on using the changeset viewer.