Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convert_language_tag.py #37

Merged
merged 5 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Call convert_language_tag.py from sphinx-build
rffontenelle authored May 7, 2024
commit a221648df89f7be75405094e583197b05bfa3c81
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ build:
tools:
python: "3"
commands:
- export LANGUAGE=$(python convert_language_tag.py $READTHEDOCS_LANGUAGE)
# install requirements
- pip install -r requirements.txt
# initialise submodule (https://github.com/sphinx-doc/sphinx.git)
@@ -16,5 +15,5 @@ build:
sphinx-build ./sphinx/doc/ ./_readthedocs/html
-b html
-D locale_dirs=$(realpath locale)
-D language=$LANGUAGE
-D language=$(python convert_language_tag.py)
-D gettext_compact=0