Skip to content

Commit

Permalink
let the source file format to be xx.ipynb instead of xx.ipynb.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Jul 25, 2018
1 parent 6413e52 commit e1b21f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ def __init__(self, **options):
# notebooks will be executed by sphnix_plugin
nbsphinx_execute = 'never'

# let the source file format to be xxx.ipynb instead of xxx.ipynb.txt
html_sourcelink_suffix = ''

def setup(app):
app.add_transform(AutoStructify)
app.add_config_value('recommonmark_config', {
Expand Down

0 comments on commit e1b21f2

Please sign in to comment.