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 22 forks source link

PyPI build doesn't seem to have latest version #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

I installed your extension using pip install --user sphinx-sitemap. version.py is updated but not __init__.py. See this diff:

diff ~/.local/lib/python2.7/site-packages/sphinx_sitemap/__init__.py __init__.py

19c19
<     """Setup conntects events to the sitemap builder"""
---
>     """Setup connects events to the sitemap builder"""
22c22
<         default='https://my-site.com/docs/',
---
>         default=None,

, etc.

jdillard commented 6 years ago

I'm ramping up for the next version. Those changes in master are mostly refactoring right now, but I am hoping to merge #15 soon as I have a multi-lingual project I am working on, so I'll be able to test it out first hand. I plan to cut a new release when I feel that is stable enough.

If you checkout https://github.com/jdillard/sphinx-sitemap/commit/2e5889522b25dd71bdb80f36b193e915e236e943 or the v0.3.1 tag, it should match up.