Skip to content

Commit fd6b4c6

Browse files
committed
removing sphinx action
1 parent 3fee50e commit fd6b4c6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ jobs:
4040
- uses: actions/setup-python@v5
4141
with:
4242
python-version: "3.10"
43-
- name: Build Sphinx documentation
44-
uses: nicholasphair/sphinx-action@7.0.0
45-
with:
46-
pre-build-command: "apt-get update && apt-get install -y git && python -m pip install 'sphinx==3.5.4' 'docutils==0.16' sphinx_mdinclude 'sphinx-rtd-theme==1.0.0' 'sphinxcontrib-applehelp==1.0.4' 'sphinxcontrib-devhelp==1.0.2' 'sphinxcontrib-qthelp==1.0.3' 'sphinxcontrib-serializinghtml==1.1.5' 'sphinxcontrib-htmlhelp==2.0.0' && python -m pip install -r requirements.txt && python -m pip install git+https://github.com/upb-lea/control-block-diagram && python -m pip install ."
47-
docs-folder: "docs/"
43+
pre-build-command: "apt-get update && apt-get install -y git && python -m pip install 'sphinx==3.5.4' 'docutils==0.16' sphinx_mdinclude 'sphinx-rtd-theme==1.0.0' 'sphinxcontrib-applehelp==1.0.4' 'sphinxcontrib-devhelp==1.0.2' 'sphinxcontrib-qthelp==1.0.3' 'sphinxcontrib-serializinghtml==1.1.5' 'sphinxcontrib-htmlhelp==2.0.0' && python -m pip install -r requirements.txt && python -m pip install git+https://github.com/upb-lea/control-block-diagram && python -m pip install ."
44+
docs-folder: "docs/"
4845
# Publish built docs to gh-pages branch.
4946
# ===============================
5047
- name: Commit documentation changes

0 commit comments

Comments
 (0)