Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ dependencies:
- ephem
- numba
- ipython=6.3
- ipywidgets
- numpydoc
- matplotlib=2.2.2
- siphon=0.7.0
- sphinx=1.7.2
- netCDF4=1.3.1
- hdf4=4.2.12
- sphinx_rtd_theme
- docutils
- nbsphinx
5 changes: 2 additions & 3 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def __getattr__(cls, name):
'numpydoc',
'sphinx.ext.autosummary',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
'nbsphinx'
'IPython.sphinxext.ipython_console_highlighting'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -312,7 +311,7 @@ def setup(app):

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3.5/', None),
'python': ('https://docs.python.org/3.7/', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
}
Expand Down
Loading