Skip to content

Commit 87af5f5

Browse files
committed
Add redirects
1 parent eda45dd commit 87af5f5

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/workflows/publish-book.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
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: |

docs/_config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ execute:
77
sphinx:
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
1025
repository:
1126
url: https://github.com/mwouts/itables
1227
path_to_book: docs

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ dependencies:
3232
- dash
3333
- pip:
3434
- world_bank_data
35+
- sphinxext-rediraffe

0 commit comments

Comments
 (0)