Skip to content

Commit e1b21f2

Browse files
committed
let the source file format to be xx.ipynb instead of xx.ipynb.txt
1 parent 6413e52 commit e1b21f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ def __init__(self, **options):
363363
# notebooks will be executed by sphnix_plugin
364364
nbsphinx_execute = 'never'
365365

366+
# let the source file format to be xxx.ipynb instead of xxx.ipynb.txt
367+
html_sourcelink_suffix = ''
368+
366369
def setup(app):
367370
app.add_transform(AutoStructify)
368371
app.add_config_value('recommonmark_config', {

0 commit comments

Comments
 (0)