Skip to content

Commit

Permalink
docs: Add .readthedocs.yaml
Browse files Browse the repository at this point in the history
Merge pull request #145 from DSD-DBS/docs-add-rtd
  • Loading branch information
ewuerger authored Oct 1, 2024
2 parents f612b62 + f39fe72 commit 1ba6b3e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SPDX-FileCopyrightText: 2022 Copyright DB InfraGO AG and the capellambse-context-diagrams contributors
# SPDX-License-Identifier: Apache-2.0

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
nodejs: "20"
python: "3.12"

mkdocs:
configuration: mkdocs.yml

python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 1ba6b3e

Please sign in to comment.