Skip to content

Commit

Permalink
docs: conf.py: updated year, removed plantuml definition
Browse files Browse the repository at this point in the history
instead, a plantuml shell script needs to be used for the sphinx
plantuml plugin like this:

 ~/bin/plantuml
 #!/bin/sh
 java  -Djava.awt.headless=true -jar  /usr/share/java/plantuml.jar "$@"
  • Loading branch information
pstorz committed Jan 7, 2019
1 parent 3645f00 commit aa87b6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/manuals/en/new_main_reference/source/conf.py
Expand Up @@ -57,8 +57,6 @@
'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}'
Expand All @@ -78,7 +76,7 @@

# General information about the project.
project = 'Bareos Main Reference'
copyright = '2018, Bareos GmbH & Co. KG and others'
copyright = '2019, Bareos GmbH & Co. KG and others'
author = 'Bareos GmbH & Co. KG'


Expand Down

0 comments on commit aa87b6b

Please sign in to comment.