-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocumentation.yml
40 lines (33 loc) · 1.11 KB
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
# variables to be used inside the RST files.
Variables:
doc_name: OTOBO Administration Manual
doc_description: This is the description of the documentation.
doc_version: 11.0
doc_yearstamp: current_yearstamp
doc_vendor: Rother OSS GmbH
doc_url: https://otobo.de
doc_datestamp: current_datestamp
doc_license: GNU Free Documentation License
# project meta information
ProjectName: OTOBO Administration Manual
Copyright: 2019-2024 Rother OSS GmbH, https://otobo.de/
Author: Rother OSS GmbH
Version: 11.0
Release: 11.0
# sphinx extension module names to be used
Extensions:
- sphinx.ext.autosectionlabel
- sphinx.ext.extlinks
# enable "Edit on GitHub" link
DisplayGitHubEditButton: 1
# generate stable link to the current version
Stable: 1
# publish documentation to target repository
Publish: 1
# PDF output directory path and filename
PDFOutputPath: doc-admin/{{Version}}/{{Language}}/
PDFFilename: otobo_admin_manual_{{Version}}_{{Language}}.pdf
# EPub output directory path and filename
EPUBOutputPath: doc-admin/{{Version}}/{{Language}}/
EPUBFilename: otobo_admin_manual_{{Version}}_{{Language}}.epub