Index: doc/conf.py =================================================================== diff -u -r73ba28151730425b6415e38e715c4682ecd14764 -rc83a5eb0042632496b13a5b6cafc40c0d12687ed --- doc/conf.py (.../conf.py) (revision 73ba28151730425b6415e38e715c4682ecd14764) +++ doc/conf.py (.../conf.py) (revision c83a5eb0042632496b13a5b6cafc40c0d12687ed) @@ -28,9 +28,9 @@ def __getattr__(cls, name): return Mock() -MOCK_MODULES = ['osgeo.gdal','osgeo.gdalconst','numpy', 'scipy', 'matplotlib', 'matplotlib.pyplot', - 'scipy.interpolate','osgeo','netCDF4', - '_pcraster','numpy.ma'] +MOCK_MODULES = ['osgeo.gdal','osgeo.gdalconst', + 'osgeo','netCDF4', + '_pcraster'] sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) @@ -53,19 +53,19 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. +extensions = ['sphinx.ext.todo','sphinx.ext.pngmath' , + 'matplotlib.sphinxext.only_directives', + 'matplotlib.sphinxext.plot_directive', + 'sphinx.ext.autodoc', + 'sphinx.ext.graphviz', + 'sphinx.ext.doctest'] + # extensions = ['sphinx.ext.todo','sphinx.ext.pngmath' , -# 'matplotlib.sphinxext.only_directives', -# 'matplotlib.sphinxext.plot_directive', # 'sphinx.ext.autodoc', # 'sphinx.ext.graphviz', # 'sphinx.ext.doctest'] -extensions = ['sphinx.ext.todo','sphinx.ext.pngmath' , - 'sphinx.ext.autodoc', - 'sphinx.ext.graphviz', - 'sphinx.ext.doctest'] - todo_include_todos=True # Add any paths that contain templates here, relative to this directory. #templates_path = ['_templates']