<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/.github/workflows/docs.yml, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-03-02T18:05:31Z</updated>
<entry>
<title>Aligned docs checks between GitHub Actions and local development.</title>
<updated>2026-03-02T18:05:31Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-02-27T14:19:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3f21cb06e76044ad753055700395e54a1fc4f1e9'/>
<id>urn:sha1:3f21cb06e76044ad753055700395e54a1fc4f1e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed spell checking in docs GitHub Actions workflow.</title>
<updated>2026-01-29T14:20:11Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-01-29T01:24:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f87c2055b45356378a7c2a020eb872352d20f85e'/>
<id>urn:sha1:f87c2055b45356378a7c2a020eb872352d20f85e</id>
<content type='text'>
The spelling check job was passing even with spelling errors because
the system spell checker (`aspell`) was not installed on the GitHub
Actions runner. While `sphinxcontrib.spelling` and `PyEnchant` were
installed via pip, they require a system-level spell checker backend
to function.
</content>
</entry>
<entry>
<title>Bumped checkout version in Github actions configuration.</title>
<updated>2025-12-29T14:59:18Z</updated>
<author>
<name>Pravin Kamble</name>
<email>iampbkamble@gmail.com</email>
</author>
<published>2025-12-20T06:42:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d'/>
<id>urn:sha1:ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added timeout-minutes directive to all GitHub Actions workflows.</title>
<updated>2025-11-26T13:00:53Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-11-26T01:18:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e48527f91d341c85a652499a5baaf725d36ae54f'/>
<id>urn:sha1:e48527f91d341c85a652499a5baaf725d36ae54f</id>
<content type='text'>
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs
hang due to issues in the parallel test runner, causing them to run for
the full 6 hours. This wastes resources and negatively impacts CI
availability, so explicit timeouts have been added to prevent
long-running hangs.
</content>
</entry>
<entry>
<title>Applied auto-fixes from zizmor findings.</title>
<updated>2025-11-21T19:36:19Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T18:39:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e8958c4690faef27b6715524ecb5c49c3ecb6a09'/>
<id>urn:sha1:e8958c4690faef27b6715524ecb5c49c3ecb6a09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35844 -- Doc'd Python 3.14 compatibility.</title>
<updated>2025-10-17T17:25:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-13T14:34:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=56977b466c33ca3da14a1ed2609172425a76a34e'/>
<id>urn:sha1:56977b466c33ca3da14a1ed2609172425a76a34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped versions in Github actions configuration.</title>
<updated>2025-09-12T14:57:52Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-09-12T14:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b7507bad7730e5f6558cfcce29976f65890083ca'/>
<id>urn:sha1:b7507bad7730e5f6558cfcce29976f65890083ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-02T07:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=43e4d0a1422d87cc804097f7eb127b6ffa07e840'/>
<id>urn:sha1:43e4d0a1422d87cc804097f7eb127b6ffa07e840</id>
<content type='text'>
The `check` docs target now runs spelling, black, and lint, so all
current documentation quality checks can be run with a single command.

Also documented the lint-docs check's availability and usage.
</content>
</entry>
<entry>
<title>Improved docs.yml GitHub Action covering docs quality checks.</title>
<updated>2025-08-08T19:39:50Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-08-08T06:34:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7a80e29feaa675a27bf525164502ebc8ecbdce1a'/>
<id>urn:sha1:7a80e29feaa675a27bf525164502ebc8ecbdce1a</id>
<content type='text'>
This change renames the `docs` job to `spelling` to better reflect its
purpose. It also removes the unused `--keep-going` flag, since starting
with Sphinx 8.1, `--keep-going` is enabled by default.

See:
https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-keep-going
</content>
</entry>
<entry>
<title>Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds.</title>
<updated>2024-11-27T18:20:49Z</updated>
<author>
<name>David Smith</name>
<email>39445562+smithdc1@users.noreply.github.com</email>
</author>
<published>2024-11-27T18:20:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=73d532d9a92d4d472564f3251499a428d1da9835'/>
<id>urn:sha1:73d532d9a92d4d472564f3251499a428d1da9835</id>
<content type='text'>
</content>
</entry>
</feed>
