Skip to content

Commit 826be1b

Browse files
committed
Enhance Sphinx build options to include additional extensions for improved documentation generation
1 parent f4156f2 commit 826be1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 -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 -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
5757
working-directory: ./Doc
5858

5959
- name: Setup Pages

0 commit comments

Comments
 (0)