Remove rst2md

This commit is contained in:
Victor Zverovich
2023-09-04 09:38:06 -07:00
parent a79a979828
commit 46c8301ee9
2 changed files with 1 additions and 167 deletions

View File

@@ -231,7 +231,7 @@ def release(args):
# Convert changelog from RST to GitHub-flavored Markdown and get the
# version.
changelog = 'ChangeLog.rst'
changelog = 'ChangeLog.md'
changelog_path = os.path.join(fmt_repo.dir, changelog)
import rst2md
changes, version = rst2md.convert(changelog_path)