mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:14:01 +02:00
Optional docs Feature: Changelog (#155)
Added the ability to generate a changelog of the main branch in the Documenation.
This commit is contained in:
@ -45,6 +45,7 @@ extensions: Final[list[str]] = [
|
||||
"sphinxcontrib.mermaid",
|
||||
"notfound.extension",
|
||||
"sphinxcontrib.drawio",
|
||||
"sphinx_git",
|
||||
]
|
||||
|
||||
# templates_path : Final[list[str]] = ["_templates"]
|
||||
|
@ -78,6 +78,16 @@ The timeline to reach this goal is:
|
||||
:inherited-members:
|
||||
:autodoc_member_order:
|
||||
|
||||
|
||||
Recent Changes
|
||||
==============
|
||||
|
||||
.. git_changelog::
|
||||
:rev-list: 9c237402be27af41227f75dbb1fea4bdd9df2165..HEAD
|
||||
:filename_filter: (doc/.*\.rst|poetry.lock|\.pre-commit-config.yaml|\.github/.*)
|
||||
|
||||
Some other test
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
* :ref:`genindex`
|
||||
|
Reference in New Issue
Block a user