From 989af71be17b445bd1864304ade6ec1c4575e2c9 Mon Sep 17 00:00:00 2001 From: Michel Metran Date: Mon, 4 Mar 2024 00:23:04 -0300 Subject: [PATCH] d --- docs/.readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index aa79112..fc15986 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -18,15 +18,15 @@ build: pre_create_environment: - echo "Command run at 'pre_create_environment' step" - locale -a - - sudo apt-get update + #- sudo apt-get update # - apt-get update && apt-get install -y locales pre_install: # - bash ./scripts/pre_install.sh # 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 post_build: - echo "Command run at 'post_build' step"