File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Install dependencies
2929 run : |
30- pip install jupyter-book
30+ pip install jupyter-book sphinxext-rediraffe
3131 pip install matplotlib # Pandas style
32- pip install .[polars]
33- pip install .[widget]
32+ pip install .[all]
3433
3534 - name : Create a kernel
3635 run : |
Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ execute:
77sphinx :
88 config :
99 html_extra_path : ['quarto']
10+ rediraffe_branch : main
11+ rediraffe_redirects :
12+ advanced_parameters.md : options/options.md
13+ extensions.md : options/buttons.md
14+ select.md : options/select.md
15+ custom_css.md : css.md
16+ dash.md : apps/dash.md
17+ html_export.md : apps/html.md
18+ shiny.md : apps/shiny.md
19+ quarto.md : apps/quarto.md
20+ streamlit.md : apps/streamlit.md
21+ widget.md : apps/widget.md
22+ sample_dataframes.md : pandas_dataframes.md
23+ extra_extensions :
24+ - sphinxext.rediraffe
1025repository :
1126 url : https://github.com/mwouts/itables
1227 path_to_book : docs
Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ dependencies:
3232 - dash
3333 - pip :
3434 - world_bank_data
35+ - sphinxext-rediraffe
You can’t perform that action at this time.
0 commit comments