Ignore:
Timestamp:
01/22/2023 06:56:08 PM (15 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
1076135
Parents:
658a4b4
git-author:
Pierre Labastie <pierre.labastie@…> (01/22/2023 04:50:55 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/22/2023 06:56:08 PM)
Message:

Update all python modules after merge

File:
1 edited

Legend:

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

    r658a4b4 r8f65da99  
    77  <!ENTITY sphinx_rtd_theme-download-http "https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-&sphinx_rtd_theme-version;.tar.gz">
    88  <!ENTITY sphinx_rtd_theme-download-ftp  " ">
    9   <!ENTITY sphinx_rtd_theme-md5sum        "fdfc7d2e102cb96eca0f6155dde7403e">
     9  <!ENTITY sphinx_rtd_theme-md5sum        "da07d71fc3aaffc3f07938644603077d">
    1010  <!ENTITY sphinx_rtd_theme-size          "2.7 MB">
    1111  <!ENTITY sphinx_rtd_theme-buildsize     "14 MB (add 25 MB for tests)">
     
    9292      </para>
    9393
    94 <screen><userinput>sed -i s/0.18/0.20/ setup.py</userinput></screen>
     94<screen><userinput>sed -e s/0.18/0.20/ \
     95    -e 's/&lt;6/&lt;7/' \
     96    -i setup.cfg</userinput></screen>
    9597
    9698      <para>
     
    117119python3 /usr/bin/pytest<!-- no && because of a possible error -->
    118120deactivate</userinput></screen>
     121
     122    <para>
     123      Several tests return a warning because they use a deprecated sphinx API.
     124    </para>
    119125
    120126    </sect3>
Note: See TracChangeset for help on using the changeset viewer.