Skip to content

Commit

Permalink
Merge pull request #2120 from openaps/peterleimbach-patch-4
Browse files Browse the repository at this point in the history
adding zh_CN language to RTD
  • Loading branch information
peterleimbach authored Oct 18, 2024
2 parents 3de942d + d2b7268 commit 3fbfd8a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/CROWDIN/zh_CN/.readthedocs.yaml
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: docs/CROWDIN/zh_CN/conf.py
3 changes: 3 additions & 0 deletions docs/CROWDIN/zh_CN/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import os

exec (open("../../shared.conf.py").read())

0 comments on commit 3fbfd8a

Please sign in to comment.