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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user