Skip to content

Commit

Permalink
Update docs conf.py for nbsphinx prompt style
Browse files Browse the repository at this point in the history
  • Loading branch information
clberube committed Apr 21, 2020
1 parent 45051a0 commit 810c70b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @Author: charles
# @Date: 2020-03-06T13:54:13-05:00
# @Last modified by: charles
# @Last modified time: 2020-03-17T10:40:26-04:00
# @Last modified time: 2020-04-21T08:48:50-04:00



Expand Down Expand Up @@ -48,12 +48,19 @@

todo_include_todos = True

nbsphinx_prompt_width = 0

nbsphinx_timeout = 60
# nbsphinx_execute_arguments = [
# "--InlineBackend.figure_formats={'retina', 'pdf'}",
# "--InlineBackend.rc={'figure.dpi': 144}",
# ]

nbsphinx_prolog = """
.. raw:: html
<style>
.nbinput .prompt,
.nboutput .prompt {
display: none;
}
</style>
"""

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 810c70b

Please sign in to comment.