Mercurial > p > roundup > code
comparison website/README.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 | 1ae6e7842f39 |
| children | 92cc82788f83 |
comparison
equal
deleted
inserted
replaced
| 6262:ba82fb74f806 | 6263:3a851df879cd |
|---|---|
| 89 shutdown | 89 shutdown |
| 90 | 90 |
| 91 updating www.roundup-tracker.org | 91 updating www.roundup-tracker.org |
| 92 --------------------------------- | 92 --------------------------------- |
| 93 Site update requires rebuilding HTML files. For that | 93 Site update requires rebuilding HTML files. For that |
| 94 you `sphinx` and `sphinxcontrib-cheeseshop` are required/ | 94 `sphinx` is required/ |
| 95 Hopefully, they are already installed into virtualenv, so | 95 Hopefully, it is already installed into virtualenv, so |
| 96 the whole procedure looks like so: | 96 the whole procedure looks like so: |
| 97 | 97 |
| 98 # activate the virtualenv | 98 # activate the virtualenv |
| 99 . ${project_home}/docbuilder/bin/activate | 99 . ${project_home}/docbuilder/bin/activate |
| 100 # cd to website source and build it | 100 # cd to website source and build it |
