Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 903 Bytes

config-extension.rst

File metadata and controls

32 lines (21 loc) · 903 Bytes

Extension Configuration and Options

The options are split into the different parts of the compilation pipeline that are available in this extension:

.. toctree::
   :maxdepth: 1

   config-extension-notebooks
   config-extension-execution
   config-extension-html
   config-extension-coverage
   config-extension-exercise
   config-extension-pdf

This extension also offers additional directives that can be used while writing your documents

.. toctree::
   :maxdepth: 1

   directives

It can also be useful to have multiple configurations when working on a large project, such as generating notebooks for working on locally while compiling the project for HTML in a deployment setting.

Further details on how to manage large projects can be found here.

An example conf.py is available here