QuantEcon / sphinxcontrib-jupyter

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

[BUG] when running jupinx `--files` the index_toc page is not included #324

Open mmcky opened 4 years ago

mmcky commented 4 years ago

@AakashGfude I have tried to figure this one out but failed so far.

If you run

jupinx -cws --files=source/rst/arma.rst

the page build (along with associated index files -- except for the index_toc page? Do you know why this is the case. Sphinx seems to think index_toc is not a dependent / linked file. This makes local previews difficult.

AakashGfude commented 4 years ago

@mmcky I will have a go at this, this week.