Skip to content

Fix all syntax erorrs #63

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 15 commits into from
Dec 4, 2022
Prev Previous commit
Next Next commit
Update build workflow
  • Loading branch information
egeakman committed Dec 2, 2022
commit 31ed25ae4b48edd5ee40fe30b4a579c89c7d58ff
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Build docs
run: |
PYTHONWARNINGS=ignore::FutureWarning,ignore::RuntimeWarning sphinx-build -j auto -W --keep-going -b html -d ../cpython/Doc/_build/doctree -D language=tr . ../cpython/Doc/_build/html
PYTHONWARNINGS=ignore::FutureWarning,ignore::RuntimeWarning sphinx-build -b html -d build/doctrees -a --keep-going -jauto -D locale_dirs=locales -D language=tr -D gettext_compact=0 -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc= -W ../cpython/Doc ../cpython/Doc/build/html