Skip to content

Commit

Permalink
fix(docs): add now-required configuration file for readthedocs.io
Browse files Browse the repository at this point in the history
Link: https://docs.readthedocs.io/en/stable/config-file/v2.html
Signed-off-by: Cedric Hombourger <cedric.hombourger@siemens.com>
  • Loading branch information
chombourger committed Jan 22, 2024
1 parent 77e2283 commit f392c63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ---------------------------------------------------------------------------
# Configuration file for mtda.readthedocs.io builds
# ---------------------------------------------------------------------------
#
# This software is a part of MTDA.
# Copyright (C) 2024 Siemens Digital Industrial Software
#
# ---------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------

version: 2

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

sphinx:
configuration: docs/conf.py

0 comments on commit f392c63

Please sign in to comment.