- Aug 25, 2021
-
-
mmcky authored
* UPGRADE: sphinx-thebe to v0.0.10 * Update fixtures with update html from upgrade to sphinx-thebe * Update sphinx-book-theme to 0.1.3
-
Max Ghenis authored
- Aug 21, 2021
-
-
David Foster authored
-
- Aug 17, 2021
-
-
Joel Ostblom authored
-
callistusndemo authored
-
Chris Holdgraf authored
-
mmcky authored
-
mmcky authored
-
Lukas Heumos authored
-
- Jul 24, 2021
-
-
Danny Garside authored
-
- Jul 20, 2021
-
-
Chris Holdgraf authored
-
- Jul 15, 2021
-
-
mmcky authored
* RELEASE: Preparation for jupyter-book=0.11.2 * update CHANGELOG for upgrade to sphinx-jupyterbook-latex * Update CHANGELOG.md Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu> Co-authored-by:
Chris Holdgraf <choldgraf@berkeley.edu>
-
- Jul 09, 2021
-
-
mmcky authored
* UPGRADE: Upgrade to sphinx-jupyterbook-latex==0.4.2 * updated tex regression files Co-authored-by:
AakashGC <aakashgfude@gmail.com>
-
- Jul 08, 2021
-
-
Ria Rivera authored
-
Ria Rivera authored
-
- Jul 05, 2021
-
-
mmcky authored
-
- Jul 03, 2021
-
-
iot49 authored
-
- Jun 30, 2021
-
-
Chris Holdgraf authored
-
- Jun 25, 2021
-
-
Chris Sewell authored
-
- Jun 24, 2021
-
-
Chris Holdgraf authored
-
- Jun 23, 2021
-
-
Firas Moosvi authored
-
- Jun 21, 2021
-
-
Chris Holdgraf authored
-
mmcky authored
* Update jupyterbook-latex to sphinx-jupyterbook-latex * docs: update Co-authored-by:
AakashGC <aakashguptachoudhury@gmail.com>
-
- Jun 17, 2021
-
-
mmcky authored
-
- Jun 11, 2021
-
-
Chris Holdgraf authored
-
- Jun 09, 2021
-
-
Chris Holdgraf authored
-
Lex Nederbragt authored
-
- Jun 06, 2021
-
-
Quentin Fortier authored
-
- Jun 05, 2021
-
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
Chris Holdgraf authored
-
- May 26, 2021
-
-
JHayes authored
-
- May 05, 2021
-
-
Chris Holdgraf authored
-
Chris Sewell authored
To keep the `docs/requirements.txt` available and in-sync, I have added a pre-commit hook that creates it from the `setup.cfg`
-
Chris Sewell authored
This commit removes all code related to the `_toc.yml`, which is now implemented in https://github.com/executablebooks/sphinx-external-toc. This implementation adds a range of new features, including: - `glob` to specify multiple files with unix-style wildcard - `toctree` options: `caption`, `hidden`, `maxdepth`, `numbered`, `titlesonly` - The `toctree` are now added directly to the docutils/sphinx AST (rather than appending to the source text), which means that its is source format agnostic, i.e. will work for rst, md, ipynb, py, ... - The `tableofcontents` directive is also handled at the same time as the `toctree` insertion, rather than later in a post-transform, which avoids having to use any builder specific logic. - The `jupyter-book toc` CLI is now a plugin of the sphinx-external-toc CLI, and is split into multiple commands - The new `jupyter-book toc to-site` command allows a template project to be generated directly from a `toc.yml` The format of the `_toc.yml` has been changed slightly. To aide users, the code in `jupyter-book build` will check the format is as expected before calling sphinx, and point users to the new `jupyter-book toc migrate` command. This also involved updating `jupyterbook-latex` to `v0.3.0`, and removes the `nested-lookup` dependency.
-
- Apr 30, 2021
-
-
Anton Akhmerov authored
-