update docs/supportedsites

- use Markdown with inline HTML instead of reStructuredText
- move file from docs/supportedsites.rst to docs/supportedsites.md
- update Makefile, README, etc
This commit is contained in:
Mike Fährmann
2021-03-12 03:03:48 +01:00
parent df94182e11
commit a67e002f40
6 changed files with 1017 additions and 242 deletions

View File

@@ -128,7 +128,7 @@ upload-pypi() {
ROOTDIR="$(realpath "$(dirname "$0")/..")/"
README="README.rst"
CHANGELOG="CHANGELOG.md"
SUPPORTEDSITES="./docs/supportedsites.rst"
SUPPORTEDSITES="./docs/supportedsites.md"
LASTTAG="$(git describe --abbrev=0 --tags)"
OLDVERSION="${LASTTAG#v}"