Make changelog easy to parse (#6711)

This commit is contained in:
Jakub Kuczys
2026-05-10 22:11:36 +02:00
committed by GitHub
parent cbd4643bd3
commit 7305f44f68
8 changed files with 968 additions and 138 deletions
+1
View File
@@ -59,6 +59,7 @@ extras = doc
commands =
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W --keep-going -bhtml
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W --keep-going -bdoctest
sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/markdown" docs/changelog.rst -W --keep-going -bmarkdown
[testenv:style]
description = Stylecheck the code with black to see if anything needs changes.