Skip to content

Commit

Permalink
Add sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 29, 2022
1 parent 1cf7423 commit 7b1dde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
pip install pyecharts idom==0.24 "pydata_sphinx_theme==0.9.0rc2"
- name: temporarily pin jinja2
run: |
eval "$(conda shell.bash hook)"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def run(self):
'python-graphviz',
'pydata-sphinx-theme',
'sphinx-copybutton',
'sphinx-design',
'pydeck',
]
}
Expand Down

0 comments on commit 7b1dde2

Please sign in to comment.