Skip to content

Commit 961378d

Browse files
build: Sphinx build fixes
1 parent f515cda commit 961378d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install XSLT Processor
1010
run: sudo apt-get install xsltproc sphinx-common
1111
- name: Install dependencies
12-
run: pip install sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx_tabs sphinx_inline_tabs pygments
12+
run: pip install sphinx_rtd_theme sphinx-book-theme myst_parser sphinx-prompt sphinx_substitution_extensions sphinx_issues sphinx-tabs sphinx_inline_tabs pygments
1313
- name: Checkout project sources
1414
uses: actions/checkout@v2
1515
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ task sphinx(type: Exec) {
422422
, "sphinx-prompt"
423423
, "sphinx_substitution_extensions"
424424
, "sphinx_issues"
425-
, "sphinx_tabs.tabs"
425+
, "sphinx-tabs"
426426
, "sphinx_inline_tabs"
427427
, "pygments"
428428
]

0 commit comments

Comments
 (0)