Skip to content

Commit

Permalink
re-enabled nbsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jul 14, 2020
1 parent 899642a commit d4ee3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
extensions += ['matplotlib.sphinxext.plot_directive',
'sphinxcontrib.bibtex']

nbsphinx_execute = 'never'
nbsphinx_execute = 'auto'

nbsphinx_execute_arguments = [
"--InlineBackend.figure_formats={'svg', 'pdf'}",
Expand All @@ -84,7 +84,7 @@
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '_templates', '**.ipynb_checkpoints', '*.ipynb']
exclude_patterns = ['_build', '_templates', '**.ipynb_checkpoints']
#exclude_patterns.append('_templates')

# This is added to the end of RST files - a good place to put substitutions to
Expand Down
4 changes: 2 additions & 2 deletions docs/team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Team
****

TARDIS is developed by a multidisciplinary team. We adhere to the Astropy
`code of conduct <https://www.astropy.org/code_of_conduct.html>`_.
TARDIS is developed by a multidisciplinary team. We adhere to our
`code of conduct <code_of_conduct>`_.

The development of TARDIS and associated software tools are made possible through several coordination roles fulfilled by community members. This encompasses a broad scope of responsibilities ranging from direct package development to communication, distribution, and managerial activities.

Expand Down

0 comments on commit d4ee3e0

Please sign in to comment.