X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/db30456916ca733d011a2774e66beb3dd7064e14..97c24664c5bc251f7b67756b8b184962ca44b6d9:/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)