Skip to content
Snippets Groups Projects
Unverified Commit ab2c25b6 authored by Chris Sewell's avatar Chris Sewell Committed by GitHub
Browse files

:rocket: RELEASE: v0.8.1 (#961)

parent 282ffde4
No related branches found
No related tags found
No related merge requests found
# Change Log
## v0.8.1 2020-09-09
### New ✨
Add `jupyter-book create --cookiecutter` (thanks to [@TomasBeuzen](https://github.com/TomasBeuzen))
: This adds a `--cookiecutter` option to `jb create`, to allow users to use the [Jupyter Book cookiecutter](https://github.com/executablebooks/cookiecutter-jupyter-book) to create a book template.
The cookiecutter is suitable for more advanced users that want to create a ready-to-go repository to host their book that includes pre-populated metafiles such as README, LICENSE, CONDUCT, CONTRIBUTING, etc., as well as GitHub Actions workflow files.
### Fixes 🐛
This release contains numerous improvements, to the documentation and code, to address issues noted by you guys:
- Fix issues with single document builds (e.g. pdflatex) and relative path resolutions
- Ensure `sphinx-book-theme` is loaded on PDF builds (to allow the use of the `margin` directive)
- Allow execution `timeout: -1` and `execute_notebooks: off` to be valid in the `_config.yml`
## v0.8.0 2020-09-01
([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.7.5...v0.8.0))
......
```{include} ../../CHANGELOG.md
:relative-docs: docs/
:relative-images:
......
......@@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree
from .directive.toc import TableofContents, SwapTableOfContents
__version__ = "0.8.0"
__version__ = "0.8.1"
def add_static_files(app, config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment