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

Enable translations with sphinx-intl #97

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- python/install-packages
- run:
name: Build docs
command: cd docs/ && make html
command: cd docs/ && make html O="-Dlanguage='la'"
- persist_to_workspace:
root: docs/_build/html
paths: .
Expand Down
Loading