blender/doc/python_api
Bastien Montagne 298372fa06 TEST COMMIT: API doc generation changes.
This commit is intended to be reverted within a few minutes.

commit 39ffb045a52d16994c1c87ccf3249ff3222a8fca
Author: Bastien Montagne <bastien@blender.org>
Date:   Wed Jun 15 15:43:13 2022 +0200

    Py API Doc: add runtime changelog generation to `sphinx_doc_gen.py`.

    Optionally use `sphinx_changelog_gen.py` to dump current version of the
    API in a JSON file, and use closest previous one listed in given index
    file to create a changelog RST page for Sphinx.

commit fbe354d3fcfa2ad1ed430c3c27e19b99a0266dda
Author: Bastien Montagne <bastien@blender.org>
Date:   Wed Jun 15 15:36:19 2022 +0200

    Py API Doc: refactor changelog generation script.

    Main change is to make it use JSON format for its dump files, instead of
    some Python code.

    It also introduces an index for those API dump files, mapping a blender
    version to the relevant file path.

    This is then used to automatically the most recent (version-number wise)
    previous API dump to compare against current one, when generating the
    change log RST file.
2022-06-15 16:48:30 +02:00
..
examples Cleanup: format 2022-05-18 12:17:42 +10:00
rst Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
static PyDoc: remove CSS override for scrolling long enum lists 2022-06-02 10:03:00 +10:00
templates Py Docs: Implement version switch to switch between versions on the website 2022-02-03 14:25:26 -05:00
requirements.txt PyDocs: remove sphinx-intl 2022-06-05 23:13:26 -04:00
rst_from_bmesh_opdefines.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
sphinx_changelog_gen.py TEST COMMIT: API doc generation changes. 2022-06-15 16:48:30 +02:00
sphinx_doc_gen_monkeypatch.py Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
sphinx_doc_gen.py TEST COMMIT: API doc generation changes. 2022-06-15 16:48:30 +02:00