Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set up github action for github page #950

Merged
merged 4 commits into from
Jun 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
include pip sphinx_book_theme to avoid github action build error that…
… complains no sphinx_book_theme found
  • Loading branch information
lee1043 committed Jun 22, 2023
commit 2fa81ff1603e6baeb7432a96a6cd7a61dd5efb5b
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
pip install sphinx sphinx_rtd_theme sphinx_book_theme
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down