add changelog
- add docs/changelog.rst with initial feature - add and configure releases extension in docs/conf.py - add changelog to toc tree in index.rst
This commit is contained in:
parent
241ab005bb
commit
f96cc5eb14
3 changed files with 10 additions and 3 deletions
4
docs/changelog.rst
Normal file
4
docs/changelog.rst
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Changelog
|
||||||
|
=========
|
||||||
|
|
||||||
|
* :feature:`-` intial support for creating LDAP users and groups
|
|
@ -26,11 +26,15 @@
|
||||||
|
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = []
|
extensions = ['releases']
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
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.
|
# The suffix of source filenames.
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,7 @@ Contents:
|
||||||
|
|
||||||
install
|
install
|
||||||
deploy
|
deploy
|
||||||
tests
|
changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
Loading…
Reference in a new issue