Skip to content

Commit e71572c

Browse files
pavelnikonorovpavelnikonorov
authored andcommitted
fix sphinx build dependencies – sphinxcontrib-youtube
1 parent 2a4e247 commit e71572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-python@v3
99
- name: Install dependencies
1010
run: |
11-
pip install sphinx sphinx_rtd_theme
11+
pip install sphinx sphinx_rtd_theme sphinxcontrib-youtube
1212
- name: Sphinx build
1313
run: |
1414
sphinx-build docs _build

0 commit comments

Comments
 (0)