QuantEcon / sphinxcontrib-jupyter

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

FEAT: add ignore for globally skipping skip-test flag in code-blocks #131

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This PR adds a global ignore option for code blocks specified with :class: skip-test.

This can be enabled in the conf.py file through jupyter_ignore_skip_test=True or with sphinx-build using D flag and specifying jupyter_ignore_skip_test=1