Skip to content

Commit

Permalink
jupyter nbconvert: template -> template-file
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Jan 22, 2021
1 parent 4038d7f commit 73ed99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
(
"jupyter nbconvert"
" --to rst"
" --template notebooks/tutorial_rst"
" --template-file notebooks/tutorial_rst.tpl"
" --ExecutePreprocessor.timeout=60"
" --execute " + nb
),
Expand Down
2 changes: 1 addition & 1 deletion docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ What's New
import regionmask
.. _whats-new.0.7.0:
.. _whats-new.0.6.2:

v0.6.2 (unreleased)
-------------------
Expand Down

0 comments on commit 73ed99d

Please sign in to comment.