Closed mmcky closed 6 years ago
Should we accept the default used by sphinx in html_static_path instead or keep our own configuration?
sphinx
html_static_path
I suppose one use case is to use sphinx without html configured to generate the juypter notebooks.
html
juypter
Closing this issue. The path is set as a specific extension option in conf.py
conf.py
# Location for _static folder jupyter_static_file_path = ["_static"]
Should we accept the default used by
sphinx
inhtml_static_path
instead or keep our own configuration?I suppose one use case is to use sphinx without
html
configured to generate thejuypter
notebooks.