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 is relative to sourcedir
  • Loading branch information
humitos committed May 1, 2020
commit 782222430dd02b225bcd25dcfeb196b79f90ccbe
3 changes: 1 addition & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@
os.system('mkdir -p cpython/locales/es/')
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')


gettext_compact = False
locale_dirs = ['cpython/locales']
locale_dirs = ['../locales'] # relative to the sourcedir


def setup(app):
Expand Down