Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

FIX: remove unnecessary _static path in jupyter_static_path #619

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
jupyter_write_metadata = False

# Location for _static folder
jupyter_static_file_path = ["source/_static", "_static"]
jupyter_static_file_path = ["source/rst/_static"]

# Configure Jupyter Kernels
jupyter_kernels = {
Expand Down