Skip to content
Snippets Groups Projects

Resolve "Make Bilby into a conda package"

Merged Gregory Ashton requested to merge 240-make-bilby-into-a-conda-package into master
2 files
+ 40
11
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -31,7 +31,8 @@ sys.path.insert(0, os.path.abspath('../bilby/'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'numpydoc',
'nbsphinx', 'sphinx.ext.autosummary', 'sphinx.ext.autosectionlabel']
'nbsphinx', 'sphinx.ext.autosummary',
'sphinx.ext.autosectionlabel', 'sphinx_tabs.tabs']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Loading