Skip to content

Commit

Permalink
Merge pull request #6 from peterleimbach/peterleimbach-patch-2
Browse files Browse the repository at this point in the history
Create readthedocs.yml
  • Loading branch information
peterleimbach authored Apr 21, 2024
2 parents 905d6dc + ecd5cd9 commit 1a2fe33
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/CROWDIN/de/readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

# Build Container
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Python
python:
install:
- requirements: ../../../requirements.txt

# Sphinx
sphinx:
builder: html
fail_on_warning: false
configuration: ./conf.py

0 comments on commit 1a2fe33

Please sign in to comment.