Ignore:
Timestamp:
09/02/2023 12:01:30 PM (9 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f3fc117
Parents:
fe7a360
Message:

Update to sphinx-7.2.5 (python module)

File:
1 edited

Legend:

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

    rfe7a360 r5c5417a8  
    77  <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
    88  <!ENTITY sphinx-download-ftp  " ">
    9   <!ENTITY sphinx-md5sum        "ae8427a2035ebd4359c3df8f5436c4b9">
    10   <!ENTITY sphinx-size          "6.6 MB">
    11   <!ENTITY sphinx-buildsize     "27 MB (add 40 MB for tests)">
    12   <!ENTITY sphinx-time          "less than 0.1 SBU (1.0 SBU for tests)">
     9  <!ENTITY sphinx-md5sum        "49b1de4c90edda47940b99320d573ec5">
     10  <!ENTITY sphinx-size          "6.7 MB">
     11  <!ENTITY sphinx-buildsize     "45 MB (add 35 MB for tests)">
     12  <!ENTITY sphinx-time          "less than 0.1 SBU (1.2 SBU for tests)">
    1313]>
    1414
     
    112112    <para>
    113113      Assuming <xref linkend="cython"/> and <xref linkend="pytest"/> are
    114       installed, but the other optional dependency is not, the installation
     114      installed, but the other optional dependencies are not, the installation
    115115      can be tested with the following commands:
    116116    </para>
     
    119119source testenv/bin/activate                    &amp;&amp;
    120120pip3 install html5lib filelock                 &amp;&amp;
    121 python3 /usr/bin/pytest<!-- no && because of a possible error -->
     121python3 -m pytest<!-- no && because of a possible error -->
    122122deactivate</userinput></screen>
    123123<!-- No failure in 7.0.1 [pierre]
    124124     7.1.0: 4 failed, 1896 passed, 10 skipped in 108.14s (0:01:48)
    125125     test_imgmath_png, test_imgmath_svg, test_imgmath_svg_embed, test_imgmath_numfig_html
     126     7.2.5: 2051 passed, 11 skipped, 4 warnings [pierre]
    126127-->
    127128    <para>
Note: See TracChangeset for help on using the changeset viewer.