Skip to content

Commit

Permalink
Make sure needed doc dependencies are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Mar 28, 2024
1 parent 1917ad8 commit 2348853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
shell: bash -l {0}
run: |
pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" sphinx_rtd_theme pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics
pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" pydot graphviz furo \
sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design sphinxcontrib-jsmath
- name: Checkout repo
uses: actions/[email protected]
with:
Expand All @@ -80,6 +81,7 @@ jobs:
cmake --build . --target Sphinx || exit 1
mv ../cmake-install/docs/docs ~/docs
git clean -dfx
git reset --hard @{u}
- name: Publish docs
if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork && github.ref == 'refs/heads/master' && github.event.action != 'closed' }}
shell: bash -l {0}
Expand Down

0 comments on commit 2348853

Please sign in to comment.