We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052105b commit 082466eCopy full SHA for 082466e
.github/workflows/build-and-deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: sphinx-doc/github-problem-matcher@v1.1
62
63
- name: Build documentation
64
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=1 -W --keep-going" html
+ run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=1 -D is_rtl=True -W --keep-going" html
65
working-directory: ./Doc
66
67
- name: Setup Pages
Makefile
@@ -68,6 +68,7 @@ all: ensure_prerequisites
68
-D latex_engine=xelatex \
69
-D latex_elements.inputenc= \
70
-D latex_elements.fontenc= \
71
+ -D is_rtl=True \
72
$(ADDITIONAL_ARGS)' \
73
SPHINXERRORHANDLING=$(SPHINXERRORHANDLING) \
74
$(MODE)
0 commit comments