./textproc/py-sphinx-autoapi, Autodoc style documentation for multiple languages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.6.0nb1, Package name: py312-sphinx-autoapi-3.6.0nb1, Maintainer: minskim

Sphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the
project being documented.


Required to run:
[textproc/py-yaml] [textproc/py-sphinx] [textproc/py-jinja2] [textproc/py-Unidecode] [devel/py-astroid] [lang/python310]

Master sites:

Filesize: 54.118 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-23 22:09:39 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-sphinx-autoapi: adapt for flit_core 3.11.

Bump PKGREVISION.
   2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79)
Log message:
*: py-sphinx 8.2 drops support for Python 3.10
   2025-02-18 09:42:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autoapi: updated to 3.6.0

3.6.0

Features

Render type aliases properly rather than as an assignment

Misc

Drop support for Python 3.8
Fix readthedocs build
   2025-02-10 22:57:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-autoapi: updated to 3.5.0

3.5.0

Features

Can exclude directories from being documented

Bugfixes

Fix exception when calling a function imported from a wildcard
Remove usage of astroid alpha builds

Misc

Fix formatting failure in tests
   2024-12-06 11:49:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autoapi: updated to 3.4.0

3.4.0

Features

NamedTuples that have been created with functional syntax are documented as a class
   2024-11-01 01:24:44 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-autoapi: update to 3.3.3.

v3.3.3 (2024-10-25)

Bugfixes

    Document packages and modules under a single "submodules" heading \ 
(#450)
    Fix crash when __init__ is assigned to (#488)
    Fix documenting incorrect attributes from __init__ (#497)
   2024-10-19 13:14:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-sphinx-autoapi: update to 3.3.2.

v3.3.2 (2024-09-25)
-------------------

Bugfixes
^^^^^^^^

- Fix types missing from documentation generated by autodoc-style directives. (#473)
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal