Mercurial > p > roundup > code
changeset 8278:9489ea677a61
doc: update README for www.roundup-tracker.org.
New directions on building/upgrading.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Jan 2025 22:16:28 -0500 |
| parents | b757cf509480 |
| children | 80105cd30368 |
| files | website/README.txt |
| diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/website/README.txt Sun Jan 12 20:41:31 2025 -0500 +++ b/website/README.txt Sun Jan 12 22:16:28 2025 -0500 @@ -57,6 +57,17 @@ updating www.roundup-tracker.org --------------------------------- +Note that sourceforge still only has python2 available on it's +systems. Doc updates probably need to be done by building on local +machine using modern Sphinx (7.x or greater) and the generated files +pushed to the website. + +Also the files htdocs/ahref* and htdocs/google* have to be copied from +the current production tree to the new directory so we keep some level +of analytics. + +----- + Site update requires rebuilding HTML files. For that `sphinx` is required/ Hopefully, it is already installed into virtualenv, so
