Skip to content

Commit 39d4ded

Browse files
committed
Update Sphinx installation to specific version and simplify build options
1 parent 826be1b commit 39d4ded

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install custom Sphinx in Doc venv
4040
run: |
41-
./Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@rtl-support
41+
./Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@stable/v8.2.3-rtl
4242
4343
- name: Checkout translation files
4444
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
uses: sphinx-doc/github-problem-matcher@v1.1
5454

5555
- name: Build documentation
56-
run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=1 -D html_theme_options.is_rtl=True -D extensions=audit_events,availability,c_annotations,changes,implementation_detail,issue_role,lexers,misc_news,pydoc_topics,pyspecific,sphinx.ext.coverage,sphinx.ext.doctest,sphinx.ext.extlinks,notfound.extension,sphinxext.opengraph,python_docs_theme -W --keep-going" html
56+
run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=1 -D html_theme_options.is_rtl=True -W --keep-going" html
5757
working-directory: ./Doc
5858

5959
- name: Setup Pages

0 commit comments

Comments
 (0)