Skip to content

Commit

Permalink
Hide theme toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 8, 2022
1 parent 468f610 commit caf325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
conda install "pip<21.2.1"
conda list
doit develop_install -o doc -o examples
pip install pyecharts idom==0.24 "pydata_sphinx_theme==0.9.0rc1"
pip install pyecharts idom==0.24 "pydata_sphinx_theme==0.9.0"
- name: temporarily pin jinja2
run: |
eval "$(conda shell.bash hook)"
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"copyright",
"last-updated",
],
#"navbar_end": ["navbar-icon-links"],
"navbar_end": ["navbar-icon-links"],
"google_analytics_id": "UA-154795830-2",
"pygment_light_style": "monokai",
"pygment_dark_style": "monokai"
Expand Down

0 comments on commit caf325b

Please sign in to comment.