Compare commits
1 Commits
enable_lts
...
update-sta
Author | SHA1 | Date | |
---|---|---|---|
3b8ba98267 |
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: internal
|
||||||
hc_location: api/lts
|
hc_location: api/lts
|
||||||
html_location: docs/lts/api-ref
|
html_location: docs/lts/api-ref
|
||||||
link: /log-tank-service/api-ref/
|
link: /log-tank-service/api-ref/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: internal
|
||||||
hc_location: usermanual/lts
|
hc_location: usermanual/lts
|
||||||
html_location: docs/lts/umn
|
html_location: docs/lts/umn
|
||||||
link: /log-tank-service/umn/
|
link: /log-tank-service/umn/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: internal
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs-swiss/log-tank-service
|
repo: docs-swiss/log-tank-service
|
||||||
|
@ -145,11 +145,11 @@ latex_elements = {
|
|||||||
'papersize': 'a4paper',
|
'papersize': 'a4paper',
|
||||||
'pointsize': '12pt',
|
'pointsize': '12pt',
|
||||||
'figure_align': 'H',
|
'figure_align': 'H',
|
||||||
'preamble': rf'''{% raw %}
|
'preamble': rf'''
|
||||||
\newcommand{{\githash}}{{{current_commit_hash}}}
|
\newcommand{{\githash}}{{{current_commit_hash}}}
|
||||||
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
|
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
|
||||||
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
|
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
|
||||||
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}{% endraw %}
|
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}
|
||||||
''',
|
''',
|
||||||
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
|
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user