Skip to content

Commit

Permalink
Merge branch 'feature/create-readthedoc-config' into tmp/octopus/w/12…
Browse files Browse the repository at this point in the history
…5.0/feature/create-readthedoc-config
  • Loading branch information
bert-e committed Sep 18, 2023
2 parents ef560b3 + c270311 commit c970d16
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

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

apt_packages:
- plantuml

python:
install:
- requirements: docs/requirements.txt

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit c970d16

Please sign in to comment.