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

Commit 673749e

Browse files
authored
Merge pull request #55 from QuantEcon/update-conf
[jupinx] update configuration to include new jupinx options
2 parents 8ba851e + e6dadc8 commit 673749e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rst_files/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,12 @@
412412

413413
# Filename for the file containing the welcome block
414414
jupyter_welcome_block = ""
415+
416+
#Allow .. only:: html pass through
417+
jupyter_allow_html_only = True
418+
419+
# For Index Support
420+
jupyter_contents_droplevel = True
421+
422+
#Adjust links to target html (rather than ipynb)
423+
jupyter_target_html = True

0 commit comments

Comments
 (0)