Skip to content

Commit cfb0294

Browse files
Fix book building
1 parent 74d41b6 commit cfb0294

3 files changed

Lines changed: 4 additions & 17 deletions

File tree

.github/workflows/book.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
jupyter-book --version
3636
3737
- name: Build the book
38+
env:
39+
BASE_URL: /time-series-analysis
3840
run: |
3941
jupyter book build --html
4042
ls -la _build/html

intro.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,9 @@ climate stations across Germany.
2121

2222
## How to run
2323

24+
Install [uv](https://docs.astral.sh/uv/)
25+
2426
```bash
2527
uv sync
2628
uv run jupyter lab
2729
```
28-
29-
## How to build and start the book locally
30-
31-
[Jupyter Book v2](https://jupyterbook.org/) is used.
32-
33-
```bash
34-
jupyter book build
35-
```
36-
37-
The rendered HTML is written to `_build/html/`.
38-
39-
```bash
40-
jupyter book start
41-
```
42-
43-
The rendered book can be viewed in your browser via `http://localhost:3000`

myst.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ project:
3333
site:
3434
template: book-theme
3535
options:
36-
base_url: /time-series-analysis
3736
logo: logo.png
3837
nav:
3938
- title: GitHub

0 commit comments

Comments
 (0)