Skip to content

Commit

Permalink
Try other conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Apr 29, 2021
1 parent c849e4c commit 1de7b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,12 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
'sphinx.ext.mathjax',
'numpydoc',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
'numpydoc',
]

extlinks = {'issue': ('https://github.com/OGGM/oggm-edu/issues/%s', 'GH'),
'pull': ('https://github.com/OGGM/oggm-edu/pull/%s', 'PR'),
}

autosummary_generate = True

numpydoc_class_members_toctree = True
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- sphinx
- pip
- pip:
- sphinx-book-theme<=0.6.1
- sphinx-book-theme

0 comments on commit 1de7b42

Please sign in to comment.