jupyter-book
jupyter-book copied to clipboard
Create beautiful, publication-quality books and documents from computational content.
### Context I am planning a Python3-based software package that allows to build books from a set of shipped notebooks and a book template. My project has its Sphinx-based documentation...
### Describe the bug **context** I am building a book from jupytext py:percent files stored in a src folder outside of the book folder **expectation** I expected it to work...
### Describe the bug **context** `jupyter-book build ./ --builder linkcheck` results in AttributeError: 'CheckExternalLinksBuilder' object has no attribute 'current_docname' **expectation** I expect an error message that indicates version incompatibility in...
This PR updates our entry-points usage, noticed by @bollwyvl in https://github.com/bollwyvl/jupyter-book-feedstock/commit/f5729051ba84cadf880a1b384a1fd8658b8a1824
**Is your feature request related to a problem? Please describe.** For educational materials where programming is not primary focus, exposing source code is an uncommon approach, and it may distract...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.5.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)
Update citations document to explain how to cite the same source in multiple documents when a common bibliography file is used.
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @SukiCZ. #189 issue by @bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...
### Describe the bug **context** When I add a string in either/both of extra_navbar and extra_footer, these strings are ignored. The navbar still shows the "Theme by the Executable Book...