Skip to content
Closed
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
all: install format test build changelog

documentation:
jb clean docs
jb build docs
myst clean --all docs
myst build docs

format:
black . -l 79
Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Update documentation command to use myst instead of deprecated jb/jupyter book
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

dev_requirements = [
"furo",
"jupyter-book",
"jupyter-book>=2.0.0a0",
"markupsafe",
"pydata-sphinx-theme",
"sphinx",
Expand Down
Loading