Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
michelmetran committed Mar 4, 2024
1 parent c06d103 commit 134ee10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ version: 2
build:
os: ubuntu-22.04

# https://dev.readthedocs.io/en/latest/design/system-packages.html
apt_packages:
- cmatrix
- locales

tools:
python: "3.11"
# You can also specify other tool versions:
Expand All @@ -30,8 +30,9 @@ build:
# apt-get clean &&
- date
#- apt-get update && apt-get install -y locales
#- locale-gen pt_BR.UTF-8
#- update-locale LANG=pt_BR.UTF-8
- locale-gen pt_BR.UTF-8
- update-locale LANG=pt_BR.UTF-8
- date

post_build:
- echo "Command run at 'post_build' step"
Expand Down

0 comments on commit 134ee10

Please sign in to comment.