QuantEcon / sphinxcontrib-jupyter

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

Handling of static files #68

Closed fediskhakov closed 5 years ago

fediskhakov commented 6 years ago

Line 101 in jupyter/builders/jupyter.py has "_static" hard coded in, should probably be jupyter_static_file_path insted Moreover, it seems that the folder structure of the static file folders is not replicated in the compiled notebooks (instead, images are linked from the root directory where index resides). Example: compile rst filed that are located in subfolders and have links to static files in those subfolders.

mmcky commented 5 years ago

PR #134 should resolve this issue