Attempting to fix broken docs build
This commit is contained in:
parent
6373923506
commit
67f60b817e
7
.github/workflows/doc-build.yaml
vendored
7
.github/workflows/doc-build.yaml
vendored
@ -17,8 +17,11 @@ jobs:
|
|||||||
docs-folder: "src_docs/"
|
docs-folder: "src_docs/"
|
||||||
pre-build-command: |
|
pre-build-command: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install sphinx_rtd_theme
|
pip install sphinx==4.3.2
|
||||||
pip install furo
|
pip install docutils==0.16
|
||||||
|
pip install pygments==2.11.1
|
||||||
|
pip install furo==2022.1.2
|
||||||
|
pip list
|
||||||
build-command: "sphinx-build -b html ./source ../docs"
|
build-command: "sphinx-build -b html ./source ../docs"
|
||||||
|
|
||||||
- name: Commit documentation changes
|
- name: Commit documentation changes
|
||||||
|
Loading…
Reference in New Issue
Block a user