X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5faabb56160599c5303e53cf6113f1becc69756d..a0b4e609a7393fac11ecc94eb859c1e85b540036:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 7381c9d..ec6aad9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -219,7 +219,6 @@ custom_sections = [ DocSection("blackd", CURRENT_DIR / "blackd.md"), DocSection("black_primer", CURRENT_DIR / "black_primer.md"), DocSection("contributing_to_black", CURRENT_DIR / ".." / "CONTRIBUTING.md"), - DocSection("change_log", CURRENT_DIR / ".." / "CHANGES.md"), ] # Sphinx complains when there is a source file that isn't referenced in any of the docs. @@ -231,6 +230,7 @@ blocklisted_sections_from_readme = { "pragmatism", "testimonials", "used_by", + "change_log", } make_pypi_svg(release)