diff --git a/Makefile b/Makefile index 0e4859c2f..9bf389033 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..8a772346a 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Update documentation command to use myst instead of deprecated jb/jupyter book diff --git a/setup.py b/setup.py index bd9e5f4b6..47c6e3819 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ dev_requirements = [ "furo", - "jupyter-book", + "jupyter-book>=2.0.0a0", "markupsafe", "pydata-sphinx-theme", "sphinx",