Skip to content

Commit

Permalink
tweaks for readthedocs
Browse files Browse the repository at this point in the history
that won't work on readthedocs.io until this PR
chrisjsewell/ipypublish#144
gets merged and published
  • Loading branch information
parmentelat committed Nov 16, 2020
1 parent d721a7b commit 94eabe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ nbmerge
# this part is for readthedocs or similar
#
ipypublish[sphinx]
# nov 2020: latest panflute 2.0.5 breaks our build
panflute==1.12.5
sphinx-rtd-theme
jupytext
jupyter_client
6 changes: 5 additions & 1 deletion slides/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@

master_doc = "index"

source_suffix = ['.rst']
source_suffix = {
'.rst': 'restructuredtext',
# '.ipynb': 'jupyter_notebook',
'.py': 'jupyter_notebook'
}

exclude_patterns = ['_build', 'build', '**.ipynb_checkpoints']

Expand Down

0 comments on commit 94eabe5

Please sign in to comment.