Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 30, 2016
1 parent 3607534 commit 2b95ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
numfig_format = {'figure': 'Fig. %s', 'table': 'Tab. %s', 'code-block': 'Lst. %s'}

nbsphinx_execute = 'always'
nbsphinx_allow_errors = True

rst_epilog = """
Expand All @@ -321,4 +322,4 @@
# MOCK_MODULES = []

# for mod_name in MOCK_MODULES:
# sys.modules.update({mod_name: Mock()})
# sys.modules.update({mod_name: Mock()})

0 comments on commit 2b95ef1

Please sign in to comment.