Skip to content

Commit

Permalink
Added sphinx_design for dropdown-menu support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gon-na authored Nov 14, 2023
1 parent 86a4480 commit d77b338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

- name: Install dependencies
run: pip install sphinx_rtd_theme
run: pip install sphinx_design

- name: Build target "build"
run: cd Documentation/gh-pages && make github
Expand Down
1 change: 1 addition & 0 deletions Documentation/gh-pages/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.graphviz',
'sphinx_rtd_theme',
'sphinx_design'
]

extlinks = {
Expand Down
3 changes: 3 additions & 0 deletions Documentation/gh-pages/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ The `kassiopeia/full` image comes with a JupyterLab installation, can run on Kub
License <license.rst>
Authors <authors.rst>
:::


:::{dropdown} **Documentation Contents**

0 comments on commit d77b338

Please sign in to comment.