Skip to content

Commit

Permalink
Merge pull request #28 from nVxx/patch-1
Browse files Browse the repository at this point in the history
Update .readthedocs.yml
  • Loading branch information
webermm authored Oct 5, 2023
2 parents b13687b + 9cd3604 commit 7659e32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------------
# Copyright (C) 2022 BMW AG
# Copyright (C) 2023 BMW AG
# -------------------------------------------------------------------------
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
Expand All @@ -13,12 +13,16 @@
---
version: 2

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

sphinx:
configuration: doc/conf.py
fail_on_warning: true

python:
version: 3.7
install:
- requirements: doc/requirements.txt
...

0 comments on commit 7659e32

Please sign in to comment.