Skip to content

Commit 26e0a49

Browse files
authored
Merge pull request #18 from UniversalPython/haroon10725-patch-1
update yaml file
2 parents 08d9071 + 52d5bef commit 26e0a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919

2020
- name: Install dependencies
21-
run: pip install sphinx sphinx_rtd_theme myst_parser
21+
run: pip install sphinx sphinx_rtd_theme myst_parser python-docs-theme
2222

2323
- name: Build Docs
2424
run: sphinx-build -b html . _build/html

0 commit comments

Comments
 (0)