Skip to content
Snippets Groups Projects

FIX + Doc / Build_readthedocs_documentation

Merged Karim Ahmed requested to merge doc/run_rtd into master
Compare and Show latest version
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -48,12 +48,6 @@ sys.path.append(os.path.abspath("../pycalibration/"))
p = Popen(["./makeAllDocs.sh"])
p.communicate()
import mock
autodoc_mock_imports = ['Cython']
MOCK_MODULES = ['numpy', 'matplotlib', 'matplotlib.pyplot','Cython']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Loading