Skip to content

Build on Read the Docs #24

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

Merged
merged 17 commits into from
May 2, 2020
Prev Previous commit
Next Next commit
Locale Sphinx configs
  • Loading branch information
humitos committed May 1, 2020
commit e323a8fd0762c179d3c14e83a145b0919a6f16f5
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@

os.system('mkdir -p cpython/locales/es/')
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')


gettext_compact = False
locale_dirs = ['cpython/locales']