Mercurial > p > roundup > code
diff CHANGES.txt @ 6263:3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
Was used for download button in the index page for the website. It is
still pointing to the old http pypi endpoint. I tried to override
cheeseshop_url in the sphinx conf.py without luck. Richard Jones
forgot that cheeseshop existed, so I think it can be considered
depricated.
Removed cheeseshop directive and inserted http markup using raw
directive to provide download "button" to link to latest package page
on https://pypi.org.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 09 Sep 2020 12:01:56 -0400 |
| parents | f9c059921ccc |
| children | bda491248fd8 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Sep 08 23:30:21 2020 -0400 +++ b/CHANGES.txt Wed Sep 09 12:01:56 2020 -0400 @@ -30,6 +30,10 @@ requesting message properties) would result in a 404 error. Now we're returning a JSON 'null' value. for an empty link (e.g. empty author in the example). +- sphinxcontrib.cheeseshop is unmaintained and using old http + url. Attempts to override cheeseshop_url failed. Replace call to + cheeseshop in docs with raw html and remove references to + cheeseshop. (John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
