Changes in / [35ea4f04:b69df19]


Ignore:
Files:
55 added
23 deleted
17 edited

Legend:

Unmodified
Added
Removed
  • archive/py2cairo.xml

    r35ea4f04 rb69df19  
    7777      <bridgehead renderas="sect5">Optional</bridgehead>
    7878      <para role="optional">
     79        <!--TODO built for python2? -->
    7980        <ulink url="http://pytest.org">pytest</ulink>
    8081      </para>
  • general/genlib/gsl.xml

    r35ea4f04 rb69df19  
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    7676    <para role="optional">
    77       <ulink url="https://www.sphinx-doc.org/en/stable/man/sphinx-build.html">Sphinx</ulink>
    78       with <ulink url="https://pypi.python.org/pypi/sphinx_rtd_theme">sphinx_rtd_theme</ulink>
     77      <xref linkend="sphinx_rtd_theme"/>
    7978    </para>
    8079
     
    9695
    9796    <para>
    98       If you have the optional <application>Sphinx</application> package
     97      If you have <xref linkend="sphinx_rtd_theme"/>
    9998      installed, build the documentation with:
    10099    </para>
  • general/genlib/libwacom.xml

    r35ea4f04 rb69df19  
    8888      <xref linkend="librsvg"/>,
    8989      <xref linkend="valgrind"/> (optional for some tests), and
    90       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> with
     90      <xref linkend="pytest"/> with
    9191      <ulink url="https://pypi.org/project/libevdev/">python-libevdev</ulink> and
    9292      <ulink url="https://pypi.org/project/pyudev/">pyudev</ulink>
     
    123123      To test the results, issue: <command>ninja test</command>.
    124124      To run additional tests, install
    125       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> and remove
     125      <xref linkend="pytest"/> and remove
    126126      the "-Dtests=disabled" option from the meson line above.
    127127    </para>
     
    143143    <para>
    144144      <parameter>-Dtests=disabled</parameter>: This parameter disables some of
    145       the more advanced tests because they require
    146       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink> to work
    147       properly.
     145      the more advanced tests because they require <xref linkend="pytest"/> to
     146      work properly.
    148147    </para>
    149148
  • general/graphlib/qpdf.xml

    r35ea4f04 rb69df19  
    8282      <xref linkend="fop"/>,
    8383      <xref linkend="gnutls"/>, and
    84       <ulink url="https://www.sphinx-doc.org/en/master/index.html">sphinx</ulink>
     84      <xref linkend="sphinx"/>
    8585    </para>
    8686
  • general/prog/prog.xml

    r35ea4f04 rb69df19  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python3.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-dependencies.xml"/>
    4950  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
    5051  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rust.xml"/>
  • general/prog/python-modules.xml

    r35ea4f04 rb69df19  
    7979      <listitem>
    8080        <para>
     81          <xref linkend="doxypypy"/>
     82        </para>
     83      </listitem>
     84      <listitem>
     85        <para>
     86          <xref linkend="doxyqml"/>
     87        </para>
     88      </listitem>
     89      <listitem>
     90        <para>
    8191          <xref linkend="py3c"/>
    8292        </para>
     
    169179        </para>
    170180      </listitem>
    171 <!--      <listitem>
    172         <para>
    173           <xref linkend="python-slip"/>
    174         </para>
    175       </listitem>
    176 -->
     181      <listitem>
     182        <para>
     183          <xref linkend="pyparsing"/>
     184        </para>
     185      </listitem>
     186      <listitem>
     187        <para>
     188          <xref linkend="pytest"/>
     189        </para>
     190      </listitem>
     191      <listitem>
     192        <para>
     193          <xref linkend="requests"/>
     194        </para>
     195      </listitem>
    177196      <listitem>
    178197        <para>
     
    183202        <para>
    184203          <xref linkend="six"/>
     204        </para>
     205      </listitem>
     206      <listitem>
     207        <para>
     208          <xref linkend="sphinx"/>
     209        </para>
     210      </listitem>
     211      <listitem>
     212        <para>
     213          <xref linkend="sphinx_rtd_theme"/>
    185214        </para>
    186215      </listitem>
     
    194223
    195224  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    196     href="asciidoc.xml"/>
    197 
    198   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    199     href="cython.xml"/>
    200 
    201   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    202     href="dbus-python.xml"/>
     225    href="python-modules/asciidoc.xml"/>
     226
     227  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     228    href="python-modules/cython.xml"/>
     229
     230  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     231    href="python-modules/dbus-python.xml"/>
    203232
    204233<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    206235-->
    207236  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    208     href="docutils.xml"/>
    209 
    210   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    211     href="py3c.xml"/>
    212 
    213   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    214     href="pyatspi2.xml"/>
     237    href="python-modules/docutils.xml"/>
     238
     239  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     240    href="python-modules/doxypypy.xml"/>
     241
     242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     243    href="python-modules/doxyqml.xml"/>
     244
     245  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     246    href="python-modules/py3c.xml"/>
     247
     248  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     249    href="python-modules/pyatspi2.xml"/>
    215250<!--
    216251  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    218253-->
    219254  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    220     href="pycairo.xml"/>
    221 
    222   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    223     href="pycairo2.xml"/>
    224 
    225   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    226     href="pycryptodome.xml"/>
    227 
    228   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    229     href="python-dbusmock.xml"/>
    230 
    231   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    232     href="pygments.xml"/>
    233 
    234   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    235     href="pygobject2.xml"/>
    236 
    237   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    238     href="pygobject3.xml"/>
    239 
    240   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    241     href="pygtk.xml"/>
    242 
    243   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    244     href="pyxdg.xml"/>
     255    href="python-modules/pycairo.xml"/>
     256
     257  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     258    href="python-modules/pycairo2.xml"/>
     259
     260  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     261    href="python-modules/pycryptodome.xml"/>
     262
     263  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     264    href="python-modules/python-dbusmock.xml"/>
     265
     266  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     267    href="python-modules/pygments.xml"/>
     268
     269  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     270    href="python-modules/pygobject2.xml"/>
     271
     272  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     273    href="python-modules/pygobject3.xml"/>
     274
     275  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     276    href="python-modules/pygtk.xml"/>
     277
     278  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     279    href="python-modules/pyxdg.xml"/>
    245280
    246281<!--
     
    256291
    257292  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    258     href="libxml2py2.xml"/>
    259 
    260   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    261     href="lxml.xml"/>
    262 
    263   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    264     href="markupsafe.xml"/>
    265 
    266   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    267     href="jinja2.xml"/>
    268 
    269   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    270     href="mako.xml"/>
    271 
    272 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    273     href="python-slip.xml"/>-->
    274 
    275   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    276     href="pyyaml.xml"/>
    277 
    278   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    279     href="scour.xml"/>
    280 
    281   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    282     href="six.xml"/>
     293    href="python-modules/libxml2py2.xml"/>
     294
     295  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     296    href="python-modules/lxml.xml"/>
     297
     298  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     299    href="python-modules/markupsafe.xml"/>
     300
     301  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     302    href="python-modules/jinja2.xml"/>
     303
     304  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     305    href="python-modules/mako.xml"/>
     306
     307  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     308    href="python-modules/pyparsing.xml"/>
     309
     310  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     311    href="python-modules/pytest.xml"/>
     312
     313  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     314    href="python-modules/pyyaml.xml"/>
     315
     316  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     317    href="python-modules/requests.xml"/>
     318
     319  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     320    href="python-modules/scour.xml"/>
     321
     322  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     323    href="python-modules/six.xml"/>
     324
     325  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     326    href="python-modules/sphinx.xml"/>
     327
     328  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     329    href="python-modules/sphinx_rtd_theme.xml"/>
    283330
    284331</sect1>
  • kde/kf5/kf5-frameworks.xml

    r35ea4f04 rb69df19  
    124124  <bridgehead renderas="sect4">Additional recommended dependencies for kapidox</bridgehead>
    125125  <para role="recommended">
    126     <xref role="runtime" linkend="doxygen"/> (Run time)<phrase revision="sysv">,
    127     <xref linkend="Jinja2"/>, and
    128     <xref linkend="PyYAML"/></phrase>
    129     <phrase revision="systemd"> and
    130     <xref linkend="PyYAML"/></phrase>
    131   </para>
    132 
    133   <bridgehead renderas="sect4">Other python modules needed by kapidox</bridgehead>
    134   <para role="optional">
    135     <ulink url="https://pypi.org/simple/doxypypy/">doxypypy</ulink>,
    136     <ulink url="https://pypi.org/simple/doxyqml/">doxyqml</ulink>, and
    137     <ulink url="https://pypi.org/simple/requests/">requests</ulink>, which
    138     itself depends on
    139     <ulink url="https://pypi.org/simple/certifi/">certifi</ulink>,
    140     <ulink url="https://pypi.org/simple/charset-normalizer/">charset-normalizer</ulink>,
    141     <ulink url="https://pypi.org/simple/idna/">idna</ulink>, and
    142     <ulink url="https://pypi.org/simple/urllib3/">urllib3</ulink> (all will be
    143     installed by the <command>pip3 install</command> command below)
     126    <xref role="runtime" linkend="doxygen"/> (Run time),
     127    <xref linkend="doxypypy"/>,
     128    <xref linkend="doxyqml"/>,
     129    <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
     130    <xref linkend="PyYAML"/>, and
     131    <xref linkend="requests"/>
    144132  </para>
    145133
     
    366354      case $name in
    367355        kapidox)
    368           # First install some python module dependencies
    369           as_root pip3 install --no-user doxypypy doxyqml requests
    370 
    371356          pip3 wheel -w dist --no-build-isolation --no-deps $PWD
    372357          as_root pip3 install --no-index --find-links dist --no-cache-dir --no-user kapidox
  • networking/netlibs/nghttp2.xml

    r35ea4f04 rb69df19  
    8484      <xref linkend="jansson"/>, <!-- required to build the HPACK tools -->
    8585      <xref linkend="libevent"/>, <!--required to build the examples-->
     86      <xref linkend="sphinx"/>, <!--required to build documentation-->
    8687      <!--<xref linkend="python2"/>,--> <!--required for the python bindings)-->
    87 <!---      <phrase revision="systemd">
    88         <xref linkend="setuptools"/>, <!- -(required for the python bindings- ->
    89       </phrase> -->
    9088      <ulink url="http://cunit.sourceforge.net/">CUnit</ulink> (required for
    9189      the testsuite),
     
    9694      <ulink url="http://software.schmorp.de/pkg/libev.html">libev</ulink>,
    9795      <!--required to build the applications-->
    98       <ulink url="https://mruby.org/">mruby</ulink>, <!--provides ruby support
    99       in the sample HTTP server-->
    100 <!--      <phrase revision="sysv">
    101         <ulink url="https://pypi.python.org/pypi/setuptools/">Setuptools</ulink>,
    102       </phrase> -->
    103       <ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>, and
     96      <ulink url="https://mruby.org/">mruby</ulink>, and
     97      <!--provides ruby support in the sample HTTP server-->
     98      <ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>,
    10499      <!--provide SPDY functionality-->
    105       <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink>. <!--required to build
    106       documentation-->
    107100    </para>
    108101
  • networking/netprogs/samba.xml

    r35ea4f04 rb69df19  
    151151      Install in listed order:
    152152      <xref linkend="six"/>,
     153      <xref linkend="pytest"/>,
    153154      <ulink url="&pypi;/argparse/">argparse</ulink>,
    154155      <ulink url="&pypi;/extras/">extras</ulink>,
    155       <ulink url="&pypi;/py/">py</ulink>,
    156156      <!--<ulink url="&pypi;/enum34/">enum34</ulink>,-->
    157157      <ulink url="&pypi;/hypothesis/">hypothesis</ulink>,
    158       <ulink url="&pypi;/pytest/">pytest</ulink>,
    159158      <ulink url="&pypi;/coverage/">coverage</ulink>,
    160159      <ulink url="&pypi;/pytest-cov/">pytest-cov</ulink>,
  • networking/netutils/bind-utils.xml

    r35ea4f04 rb69df19  
    8787      <xref linkend="libcap-pam"/>,
    8888      <xref linkend="libxml2"/>, and
    89       <ulink url="https://www.sphinx-doc.org/en/master/">Sphinx</ulink>
     89      <xref linkend="sphinx"/>
    9090    </para>
    9191
  • packages.ent

    r35ea4f04 rb69df19  
    509509<!ENTITY dbus-python-version          "1.3.2">
    510510<!ENTITY docutils-version             "0.19">
     511<!ENTITY doxypypy-version             "0.8.8.6">
     512<!ENTITY doxyqml-version              "0.5.1">
    511513<!ENTITY py3c-version                 "1.4">
    512514<!ENTITY pyatspi2-version             "2.38.2">
     
    519521<!ENTITY pygobject3-version           "3.42.2">
    520522<!ENTITY pygtk-version                "2.24.0">
     523<!ENTITY pytest-version               "7.1.3">
    521524<!ENTITY pyxdg-version                "0.28">
    522525<!-- libxml2 for Python2 shares the version of libxml2 -->
     
    525528<!ENTITY Jinja2-version               "3.1.2">
    526529<!ENTITY mako-version                 "1.2.3">
     530<!ENTITY requests-version             "2.28.1">
    527531<!ENTITY scour-version                "0.38.2">
    528532<!ENTITY six-version                  "1.16.0">
     533<!ENTITY sphinx-version               "5.2.2">
     534<!ENTITY sphinx_rtd_theme-version     "1.0.0">
    529535<!ENTITY PyYAML-version               "6.0">
     536
     537<!-- Python module versions used in the Python Dependencies instructions -->
     538<!-- sc = sphinxcontrib -->
     539<!ENTITY alabaster-version              "0.7.12">
     540<!ENTITY attrs-version                  "22.1.0">
     541<!ENTITY babel-version                  "2.10.3">
     542<!ENTITY certifi-version                "2022.9.24">
     543<!ENTITY charset-normalizer-version     "2.1.1">
     544<!ENTITY flit_core-version              "3.7.1">
     545<!ENTITY idna-version                   "3.4">
     546<!ENTITY iniconfig-version              "1.1.1">
     547<!ENTITY imagesize-version              "1.4.1">
     548<!ENTITY packaging-version              "21.3">
     549<!ENTITY pluggy-version                 "1.0.0">
     550<!ENTITY py-version                     "1.11.0">
     551<!ENTITY pyparsing-version              "3.0.9">
     552<!ENTITY pytz-version                   "2022.4">
     553<!ENTITY setuptools_scm-version         "7.0.5">
     554<!ENTITY snowballstemmer-version        "2.2.0">
     555<!ENTITY sc-applehelp-version           "1.0.2">
     556<!ENTITY sc-devhelp-version             "1.0.2">
     557<!ENTITY sc-htmlhelp-version            "2.0.0">
     558<!ENTITY sc-jsmath-version              "1.0.1">
     559<!ENTITY sc-qthelp-version              "1.0.3">
     560<!ENTITY sc-serializinghtml-version     "1.1.5">
     561<!ENTITY tomli-version                  "2.0.1">
     562<!ENTITY typing_extensions-version      "4.4.0">
     563<!ENTITY urllib3-version                "1.26.12">
    530564
    531565<!-- Part IV -->
  • postlfs/filesystems/btrfs-progs.xml

    r35ea4f04 rb69df19  
    9898      <xref linkend="lvm2"/> (<command>dmsetup</command> is used in tests),
    9999      <xref linkend="reiserfs"/> (for tests), and
    100       <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> (required to build documentation),
     100      <xref linkend="sphinx"/> (required to build documentation),
    101101
    102102    </para>
  • postlfs/filesystems/fuse3.xml

    r35ea4f04 rb69df19  
    7777    <para role="optional">
    7878      <xref linkend="doxygen"/> (to rebuild the API documentation) and
    79       <ulink url="https://pypi.org/project/pytest/">pytest</ulink> (required for tests)
     79      <xref linkend="pytest"/> (required for tests)
    8080    </para>
    8181
     
    149149
    150150    <para>
    151       The <ulink url="https://pypi.org/project/pytest/">pytest</ulink> Python
     151      The <xref linkend="pytest"/> Python
    152152      module is required for the tests.  One test named
    153153      <filename>test_cuse</filename> will fail if the
  • postlfs/virtualization/qemu.xml

    r35ea4f04 rb69df19  
    108108    </para>
    109109
    110     <bridgehead renderas="sect4">Optional dependencies for installing the documentation</bridgehead>
     110    <bridgehead renderas="sect4">Optional (for building the documentation)</bridgehead>
    111111    <para role="optional">
    112       <ulink url="https://www.sphinx-doc.org/en/master/index.html">sphinx</ulink> with the
    113       <ulink url="https://pypi.org/project/sphinx-rtd-theme/">sphinx-rtd-theme</ulink> theme
     112      <xref linkend="sphinx_rtd_theme"/>
    114113    </para>
    115114
  • server/databases/mariadb.xml

    r35ea4f04 rb69df19  
    112112      <xref linkend="pcre2"/>,
    113113      <xref linkend="ruby"/>,
     114      <xref linkend="sphinx"/>,
    114115      <xref linkend="unixodbc"/>,
    115116      <xref linkend="valgrind"/>,
     
    122123      <ulink url="https://www.mruby.org/">mruby</ulink>,
    123124      <ulink url="https://mariadb.com/kb/en/myrocks/">MyRocks</ulink>,
    124       <ulink url="https://github.com/google/snappy">Snappy</ulink>,
    125       <ulink url="https://sphinxsearch.com/downloads/">Sphinx</ulink>, and
     125      <ulink url="https://github.com/google/snappy">Snappy</ulink>, and
    126126      <!--<ulink url="https://mariadb.com/kb/en/mariadb/tokudb/">TokuDB</ulink>, and-->
    127127      <ulink url="https://zeromq.org/">ZeroMQ</ulink>
  • server/major/bind.xml

    r35ea4f04 rb69df19  
    101101      <xref linkend="lmdb"/>,
    102102      <xref linkend="mitkrb"/>,
     103      <xref linkend="pytest"/>,
     104      <xref linkend="sphinx"/> (required to build documentation),
    103105      <ulink url="https://cmocka.org/">cmocka</ulink>,
    104106      <ulink url="https://github.com/cjheath/geoip">geoip</ulink>,
    105       <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>,
    106       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (required to build documentation), and
    107107      <ulink url="&w3m-url;">w3m</ulink>
    108108    </para>
     
    181181      The test suite may indicate some skipped tests depending on
    182182      what configuration options are used. Some tests are marked
    183       <quote>UNTESTED</quote> or does even fail if <xref linkend="perl-net-dns"/>
     183      <quote>UNTESTED</quote> or do even fail if <xref linkend="perl-net-dns"/>
    184184      is not installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
    185185      To run the tests, as an unprivileged user, execute:
     
    578578      is included in the source package. The documentation is in .rst
    579579      format which means, it can be converted in human readable formats
    580       if <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> is
    581       installed. As time of writing, sphinx is not included in
    582       the BLFS book and therefore, the instructions above do not
    583       install the docs.
     580      if <xref linkend="sphinx"/> is installed.
    584581    </para>
    585582
     
    589586      recommended to consult the ARM documentation. ISC provides an
    590587      updated set of excellent documentation along with every release
    591       so it can be easily be viewed and/or downloaded - so there is
     588      so it can be easily viewed and/or downloaded &ndash; so there is
    592589      no excuse to not read the docs. The formats ISC provides are PDF,
    593590      epub and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
  • x/installing/libinput.xml

    r35ea4f04 rb69df19  
    8989        <xref linkend="libunwind"/> (required for tests),
    9090        <xref linkend="libwacom"/>, and
    91         <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> (required to build documentation),
    92         <ulink url="https://pypi.org/project/pyparsing/">PyParsing</ulink> (for one non-root test)
     91        <xref linkend="sphinx"/> (required to build documentation),
     92        <xref linkend="pyparsing"/> (for one non-root test)
    9393      </para>
    9494
     
    209209        the main tests.  Even with the tests defined as false, you can still run
    210210        the first four minor tests, as a regular user, but one will be skipped if
    211         <ulink url="https://pypi.org/project/pyparsing">PyParsing</ulink> is not
    212         installed.
     211        <xref linkend="pyparsing"/> is not installed.
    213212      </para>
    214213
Note: See TracChangeset for help on using the changeset viewer.