<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/Makefile, 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-06-10T00:56:35Z</updated>
<entry>
<title>Fixed #37150 -- Made djangodocs Sphinx extension work with any html builder.</title>
<updated>2026-06-10T00:56:35Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-06-08T21:43:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b1db9cb2c38c75b8fb0fc64ba5f73a6012e5b2d'/>
<id>urn:sha1:9b1db9cb2c38c75b8fb0fc64ba5f73a6012e5b2d</id>
<content type='text'>
Changed djangodocs extension to register DjangoHTMLTranslator for any
html-format builder (in the builder-inited hook), rather than a limited
list of builders at startup. That fixes missing content in dirhtml and
standard html builds (including ReadTheDocs PR previews):
- Missing console tabs
- Empty divs for versionadded and versionchanged directives

Removed JS code that depended on jQuery, which hasn't worked since
Sphinx 6.0 dropped jQuery in 2023:
- Unnecessary console tabs click handling. (Console tab behavior is
  implemented purely in CSS.)
- Client-side hyperlinking of Django template tags and filters in code
  examples. (This is also not supported on docs.djangoproject.com.)

Removed custom DjangoStandaloneHTMLBuilder and "djangohtml" builder
type. Its sole purpose was to generate the "templatebuiltins.js" file
used for the (non-functional) client-side template filter/tag linking.

Changed docs "make html" target from "djangohtml" to standard "html".
</content>
</entry>
<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 #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>Refs #36485 -- Added sphinx-lint support and make lint rule for docs.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-01T21:38:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ef2f16bc4824ca2b10b7f2845baf4d313c9c0da1'/>
<id>urn:sha1:ef2f16bc4824ca2b10b7f2845baf4d313c9c0da1</id>
<content type='text'>
This adds a `lint.py` script to run sphinx-lint on Django's docs files,
a mathing `lint` target in the `docs/Makefile` and `docs/make.bat`, and
updates `docs/requirements.txt` accordingly.
</content>
</entry>
<entry>
<title>Refs #36485 -- Grouped docs checks under a unified make check target.</title>
<updated>2025-08-05T15:18:19Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-25T20:40:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7f9bf357feac06bb34017e1f6c7a7730b1991ede'/>
<id>urn:sha1:7f9bf357feac06bb34017e1f6c7a7730b1991ede</id>
<content type='text'>
Added a new 'check' rule to the docs Makefile which runs both the black
and spelling checks.
</content>
</entry>
<entry>
<title>Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.</title>
<updated>2025-02-02T01:27:38Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2025-02-02T01:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=248d8457cbec631ef93d76137bc621106347adda'/>
<id>urn:sha1:248d8457cbec631ef93d76137bc621106347adda</id>
<content type='text'>
The `make black` target in the docs directory used Linux-specific
syntax for its `find` command. Changed to syntax that also works
on macOS and other BSD Unix variants.</content>
</entry>
<entry>
<title>Added parallelism support via --jobs to docs build Makefile rule.</title>
<updated>2024-11-27T21:15:25Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2024-11-27T21:15:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0977ec671a1672ae5a5bb6e4ec4749f7aee7273d'/>
<id>urn:sha1:0977ec671a1672ae5a5bb6e4ec4749f7aee7273d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used webbroswer module in docs Makefile.</title>
<updated>2024-10-24T08:45:44Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2024-10-24T07:43:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2d612162d8cabfe7dcfe07e097ec8d198b3ff8cd'/>
<id>urn:sha1:2d612162d8cabfe7dcfe07e097ec8d198b3ff8cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs.</title>
<updated>2023-03-01T12:02:57Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-02-28T12:14:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6015bab80e28aef2669f6fac53423aa65f70cb08'/>
<id>urn:sha1:6015bab80e28aef2669f6fac53423aa65f70cb08</id>
<content type='text'>
This adds:
- GitHub actions,
- tox configuration,
- pre-commit hook, and
- makefile rules
to run blacken-docs linter.

Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #33753 -- Fixed docs build on Sphinx 5+.</title>
<updated>2022-06-01T10:13:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-06-01T10:13:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=565ad5ace46aa1e2368450701cba45dd1a95a026'/>
<id>urn:sha1:565ad5ace46aa1e2368450701cba45dd1a95a026</id>
<content type='text'>
Empty language is not supported anymore.</content>
</entry>
</feed>
