Skip to content

Commit

Permalink
docs: added Sphinx extension "sphinx-issues"
Browse files Browse the repository at this point in the history
This way we can link to bugs in bugs.bareos.org by using the
:issue:`NNN` role.
  • Loading branch information
pstorz committed Dec 19, 2018
1 parent 2ec7b57 commit 0b1820f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/manuals/en/new_main_reference/source/conf.py
Expand Up @@ -55,10 +55,14 @@
'sphinxcontrib.nwdiag',
'sphinxcontrib.seqdiag',
'sphinxcontrib.actdiag',
'sphinx_issues',
]
plantuml = 'java -Djava.awt.headless=true -jar /usr/share/plantuml/plantuml.jar'
#plantuml = 'java -Djava.awt.headless=true -jar /usr/share/java/plantuml.jar'

issues_uri = 'https://bugs.bareos.org/view.php?id={issue}'
issues_pr_uri = 'https://github.com/bareos/bareos/pull/{pr}'


# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
Expand Down
Expand Up @@ -98,8 +98,8 @@ Deprecated and Removed Features

Bugs Fixed
----------
* #845: NetApp OnCommand System Manager calls on SD Port 10000 lead to Segmentation Violation
* #805 (bugs.bareos.org): can't restore vmware-plugin assisted backups via |bareosWebui|
* :issue:`845`: NetApp OnCommand System Manager calls on SD Port 10000 lead to Segmentation Violation
* :issue:`805`: can't restore vmware-plugin assisted backups via |bareosWebui|
* Windows Installer: Fixed infinite install dialog for VC 2012 checks on x86 windows
* Fixed memory leaks in the |bareosDir| when using bconsole or |bareosWebui|
* Fixed a bug in the debug message handler on the |bareosDir| when debuglevel is >= 900
Expand Down

0 comments on commit 0b1820f

Please sign in to comment.