elpasync pushed a change to branch elpa/flycheck.
from ebddfd89b1 Release 36.0
new 45c66eda1f Update copyright year to 2026
new 03a6ae1d57 Remove obsolete Google Analytics blocker template
new 0e99972b49 Modernize Sphinx configuration
new d302f7206b Use HTTPS for texinfo htmlxref database URL
new 03555d59b0 Update ReadTheDocs build to Python 3.13
new 2d63712360 Update checker and language counts on index page
new b067486022 Add Flycheck logo to the documentation sidebar
new 311cbb4206 Remove obsolete maint/ directory and references
new 812a6a1873 Remove Gitter references from docs and README
new 9b4b5c54da Remove CLA requirement and references
new 9d038dc05e Fix stale content in documentation
new 4d29dabf88 Document previously undocumented 36.0 features
new 7d5efcc806 Fix info.py to use split htmlxref database
new c2b8265030 Eliminate Sphinx build warnings
new 57d344d34d Fix misc doc markup issues
Summary of changes:
.github/workflows/lint-python.yml | 31 ------
.readthedocs.yaml | 2 +-
CHANGES.rst | 4 +-
Makefile | 13 +--
README.md | 11 +-
doc/_templates/layout.html | 20 ----
doc/community/conduct.rst | 3 +-
doc/community/get-help.rst | 13 +--
doc/conf.py | 57 ++++++++---
doc/contributor/contributing.rst | 31 ++----
doc/contributor/maintaining.rst | 76 +++-----------
doc/developer/developing.rst | 4 +-
doc/index.rst | 10 +-
doc/info.py | 17 ++--
doc/languages.rst | 2 +-
doc/user/error-list.rst | 13 +++
doc/user/error-reports.rst | 52 +++++-----
doc/user/syntax-checks.rst | 1 +
maint/Makefile | 59 -----------
maint/flycheck-checkdoc.el | 88 ----------------
maint/flycheck-compile.el | 76 --------------
maint/flycheck-format.el | 151 ---------------------------
maint/flycheck-maint.el | 57 -----------
maint/release.py | 207 --------------------------------------
maint/requirements.txt | 14 ---
25 files changed, 138 insertions(+), 874 deletions(-)
delete mode 100644 .github/workflows/lint-python.yml
delete mode 100644 doc/_templates/layout.html
delete mode 100644 maint/Makefile
delete mode 100644 maint/flycheck-checkdoc.el
delete mode 100644 maint/flycheck-compile.el
delete mode 100644 maint/flycheck-format.el
delete mode 100644 maint/flycheck-maint.el
delete mode 100755 maint/release.py
delete mode 100644 maint/requirements.txt