Skip to content

Commit

Permalink
Store notebooks as python files using jupytext
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed May 19, 2024
1 parent 96507bd commit 1ff492f
Show file tree
Hide file tree
Showing 13 changed files with 1,084 additions and 2,840 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
}

# nbsphinx
nbsphinx_custom_formats = {
'.py': 'jupytext.reads',
}
nbsphinx_execute = 'never'
# TODO: branch/tag should change depending on which version of docs you look at
# TODO: width option of image directive is broken, see:
Expand Down
Loading

0 comments on commit 1ff492f

Please sign in to comment.