QuantEcon / sphinxcontrib-jupyter

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

Location of static folder #3

Closed mmcky closed 6 years ago

mmcky commented 7 years ago

Should we accept the default used by sphinx in html_static_path instead or keep our own configuration?

I suppose one use case is to use sphinx without html configured to generate the juypter notebooks.

mmcky commented 6 years ago

Closing this issue. The path is set as a specific extension option in conf.py

# Location for _static folder
jupyter_static_file_path = ["_static"]