executablebooks / sphinx-external-toc

A sphinx extension that allows the site-map to be defined in a single YAML file
https://sphinx-external-toc.readthedocs.io
MIT License
33 stars 18 forks source link

🚀 RELEASE: v0.2.0 #35

Closed choldgraf closed 3 years ago

choldgraf commented 3 years ago

@chrisjsewell let me know if you'd like me to cut the release as well

chrisjsewell commented 3 years ago

You can do it if you want, just create a release on GitHub yeh.

Note, it might be a little tricky to sync up this release with both jupyter-book and jupyterbook-latex; since for testing only they both depend currently on 0.1.0, and jupyterbook-latex also depends on a version of jupyter-book, so it's a bit of a chicken and egg ting 😬. Really jupyterbook-latex no longer needs to depend on jupyter-book for testing (now that it uses this package for toc based stuff and is "independent" of jupyter-book), so those tests can be removed to remove the circular dependency

choldgraf commented 3 years ago

ah gotcha - I'll open an issue in jupyterbook-latex

choldgraf commented 3 years ago

https://github.com/executablebooks/jupyterbook-latex/issues/59