jdillard / sphinx-sitemap

Sphinx extension to generate a multi-lingual, multi-version sitemap for HTML builds
https://sphinx-sitemap.readthedocs.io/en/latest/index.html
MIT License
55 stars 21 forks source link

2.3.0: test suite is installed #50

Closed kloczek closed 1 year ago

kloczek commented 1 year ago

Looks test suite is installed in latest version. Here is content of the genenerated .whl archive

 Length   Method    Size  Cmpr    Date    Time   CRC-32   Name
--------  ------  ------- ---- ---------- ----- --------  ----
    6037  Defl:N     2156  64% 12-21-2022 22:29 9dd4c9eb  sphinx_sitemap/__init__.py
     484  Defl:N      286  41% 12-21-2022 22:29 0c4d7010  tests/conftest.py
     608  Defl:N      336  45% 12-21-2022 22:29 6f943e6f  tests/test_simple.py
      32  Defl:N       34  -6% 12-21-2022 22:29 527a47a5  tests/roots/test-root/conf.py
    1070  Defl:N      641  40% 12-26-2022 00:24 df67ef30  sphinx_sitemap-2.3.0.dist-info/LICENSE
    8750  Defl:N     2716  69% 12-26-2022 00:24 0fcb35d4  sphinx_sitemap-2.3.0.dist-info/METADATA
      92  Defl:N       92   0% 12-26-2022 00:24 ee31a5a1  sphinx_sitemap-2.3.0.dist-info/WHEEL
      26  Defl:N       28  -8% 12-26-2022 00:24 f69adfab  sphinx_sitemap-2.3.0.dist-info/top_level.txt
     737  Defl:N      454  38% 12-26-2022 00:24 1c92e7f6  sphinx_sitemap-2.3.0.dist-info/RECORD
--------          -------  ---                            -------
   17836             6743  62%                            9 files
jdillard commented 1 year ago

Oops, #51 should fix the issue, this is contents of the .whl archive when building off of that PR:

  Length      Date    Time    Name
---------  ---------- -----   ----
     5969  2022-12-26 01:18   sphinx_sitemap/__init__.py
     1070  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/LICENSE
     2681  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/METADATA
       92  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/WHEEL
       15  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/top_level.txt
      504  2022-12-26 01:27   sphinx_sitemap-2.4.0.dist-info/RECORD
---------                     -------
    10331                     6 files

I'll cut a release soon with that fix in it. Thanks for catching that!