Changeset a95ea95 for general


Ignore:
Timestamp:
05/13/2024 06:13:19 PM (7 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

File:
1 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:
Note: See TracChangeset for help on using the changeset viewer.