diff --git a/docs/conf.py b/docs/conf.py index 42c47d2..6718fe3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,8 +44,11 @@ # ones. extensions = [ 'sphinx.ext.autodoc', + 'sphinx.ext.intersphinx', + 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'sphinx.ext.napoleon' ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/index.rst b/docs/index.rst index 6548ee9..1614913 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -Welcome to tezpy's documentation! +TezPy documentation ================================= .. toctree::