Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_jb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install jupyter-book

- name: Build documentation (only on macos-latest)
run: jupyter-book build practicals_jn_book --all
run: jupyter-book build practicals_jn_book --all -W
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@ cython_debug/
.DS_Store

# jupyter-book
practicals_jn_book/_build/*
practicals_jn_book/_build
practicals_jn_book/conf.py
18 changes: 18 additions & 0 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

# Set the version of Python and other tools you might need
build:
os: macos-latest
tools:
python: "3.12"
jobs:
pre_build:
- "jupyter-book config sphinx practicals_jn_book/"

python:
install:
- requirements: practicals_jn_book/requirements.txt

formats:
- pdf
- epub