Skip to content

Commit

Permalink
include extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Oct 3, 2020
1 parent ad22c7f commit 704780f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,21 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx.ext.autodoc",
"pywps.ext_autodoc"
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinxcontrib.bibtex',
'sphinx.ext.graphviz',
"sphinx.ext.imgconverter",
'docaggregation',
"nbsphinx",
'sphinx.ext.mathjax',
"IPython.sphinxext.ipython_console_highlighting",
]


nbsphinx_allow_errors = True

# extensions = [
Expand Down
4 changes: 0 additions & 4 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
Tutorials
**********

.. warning::
Work in progress!!


.. toctree::
:maxdepth: 2

Expand Down

0 comments on commit 704780f

Please sign in to comment.