diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 0000000..db3d09e --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,4 @@ +Changelog +========= + +* :feature:`-` intial support for creating LDAP users and groups diff --git a/docs/conf.py b/docs/conf.py index c0cb2c1..07386c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,11 +26,15 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ['releases'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +releases_issue_uri = 'https://dev.gnuviech-server.de/gvaldap/ticket/%s' + +releases_release_uri = 'https://dev.gnuviech-server.de/gvaldap/milestone/%s' + # The suffix of source filenames. source_suffix = '.rst' diff --git a/docs/index.rst b/docs/index.rst index 3267489..5716510 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,8 +13,7 @@ Contents: install deploy - tests - + changelog Indices and tables