You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.7 KiB
58 lines
1.7 KiB
# Configuration file for the Sphinx documentation builder. |
|
# |
|
# For the full list of built-in configuration values, see the documentation: |
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html |
|
|
|
# -- Project information ----------------------------------------------------- |
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
|
|
|
project = 'Qualitätsmanagement-Handbuch' |
|
copyright = '2023, Qualitätsmanagementbeauftragter (QMB)' |
|
author = 'Qualitätsmanagementbeauftragter (QMB)' |
|
version = '2.0' |
|
release = '2.0-alpha' |
|
|
|
|
|
|
|
# -- General configuration --------------------------------------------------- |
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
|
|
|
extensions = ['sphinx.ext.graphviz', 'sphinx.ext.todo', 'sphinx.ext.autosectionlabel', 'sphinx.ext.imgconverter'] |
|
todo_include_todos = True |
|
templates_path = ['_templates'] |
|
exclude_patterns = [] |
|
|
|
language = 'de' |
|
|
|
|
|
numfig = True |
|
|
|
rst_prolog = """ |
|
.. |ISONORM| replace:: DIN EN ISO 9001:2015-11 |
|
.. |KVT| replace:: KVT Kurlbaum AG |
|
.. |QM| replace:: Qualitätsmanagement |
|
.. |QMH| replace:: Qualitätsmanagement-Handbuch |
|
.. |QMB| replace:: Qualitätsmanagement-Beauftragter |
|
.. |UVV| replace:: Unfall-Verhütungs-Vorschrift |
|
.. |VA| replace:: Verfahrensanweisung |
|
.. |AA| replace:: Arbeitsanweisung |
|
.. |SP| replace:: Spezifikation |
|
.. |Formular| replace:: Formblätter / Vorlagen |
|
""" |
|
|
|
rst_epilog = """ |
|
|
|
|
|
""" |
|
|
|
|
|
# -- Options for HTML output ------------------------------------------------- |
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
|
|
|
html_theme = 'sphinx_rtd_theme' |
|
html_static_path = ['_static'] |
|
|
|
|
|
|
|
# -- Options for Latex/PDF export |
|
latex_engine = 'xelatex'
|
|
|