Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 4 additions & 27 deletions process/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,12 @@

project = "Process Description"
project_url = "https://eclipse-score.github.io/process_description/"
project_prefix = "PROCESS_"
author = "S-CORE"
version = "0.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration


extensions = [
"sphinx_design",
"sphinx_needs",
# TODO: remove plantuml here once
# https://github.com/useblocks/sphinx-needs/pull/1508 is merged and docs-as-code
# is updated with new sphinx-needs version
"sphinxcontrib.plantuml",
"score_plantuml",
"score_metamodel",
"score_draw_uml_funcs",
"score_source_code_linker",
"score_layout",
]

exclude_patterns = [
# The following entries are not required when building the documentation via 'bazel
# build //docs:docs', as that command runs in a sandboxed environment. However, when
# building the documentation via 'bazel run //docs:incremental' or esbonio, these
# entries are required to prevent the build from failing.
"bazel-*",
".venv_docs",
"score_sphinx_bundle",
]

templates_path = ["templates"]

# Enable numref
numfig = True
Loading