X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/5faabb56160599c5303e53cf6113f1becc69756d..036bea4aa0e2b9b3fe50d0d49addc811cce61fa4:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 7381c9d..9e03d05 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) @@ -314,7 +314,6 @@ html_theme_options = { "show_powered_by": True, "fixed_sidebar": True, "logo": "logo2.png", - "travis_button": True, }