You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sphinx-tags correctly generates tags for a JupyterBook, but there are some issues:
In individual tags pages, duplicate links may be generated to the pages containing that tag unless we use exclude_patterns : ["_build"] in the config.yml file for the book. Actually, this only happens if the jupyter-book build is run twice without deleting the _tags folder first.
Because JupyterBook uses the external-toctree extension, the individual autogenerated toctrees for the tags pages raise a WARNING: toctree directive not expected with external-toc [etoc.toctree]. A workaround is to use
Currently, sphinx-tags correctly generates tags for a JupyterBook, but there are some issues:
In individual tags pages, duplicate links may be generated to the pages containing that tag unless we useActually, this only happens if the jupyter-book build is run twice without deleting the _tags folder first.exclude_patterns : ["_build"]
in the config.yml file for the book.WARNING: toctree directive not expected with external-toc [etoc.toctree]
. A workaround is to usein the JupyterBook
config.yml
file.cc @mikofski
The text was updated successfully, but these errors were encountered: