Skip to content

Commit

Permalink
change api docs theme (haiku -> rtd_theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 31, 2024
1 parent 9dd6991 commit 5cc6ab7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install python packages
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx sphinx-rtd-theme
cd ${GITHUB_WORKSPACE}/main
python -m pip install '.[all]'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Prepare LaTeX env
run: |
sudo apt update
sudo apt install openmpi-bin libopenmpi-dev
sudo apt install openmpi-bin libopenmpi-dev
sudo apt install \
texlive-latex-recommended texlive-latex-extra texlive-xetex \
texlive-lang-japanese texlive-fonts-recommended texlive-fonts-extra latexmk
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install python packages
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx sphinx-rtd-theme
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion doc/api/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "haiku"
html_theme = "sphinx_rtg_theme"
html_static_path = ['_static']

# -- Options for todo extension ----------------------------------------------
Expand Down

0 comments on commit 5cc6ab7

Please sign in to comment.