diff --git a/docs/conf.py b/docs/conf.py index e509e98253d..58add032b2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'}", @@ -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 diff --git a/docs/team.rst b/docs/team.rst index a6bded68412..4c5aac1f44e 100644 --- a/docs/team.rst +++ b/docs/team.rst @@ -4,8 +4,8 @@ Team **** -TARDIS is developed by a multidisciplinary team. We adhere to the Astropy -`code of conduct `_. +TARDIS is developed by a multidisciplinary team. We adhere to our +`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.