QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
74 stars 23 forks source link

ENH: Add support for exclusion of Next and Previous metadata in conf.py #330

Closed mmcky closed 4 years ago

mmcky commented 4 years ago

This PR adds support for next and prev metadata to exclude items, such as hidden TOC elements.

You can add in conf.py

jupyter_nextprev_ignore = [<docname>, ...]