Skip to content
Snippets Groups Projects
Commit f7cfd700 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

test removing cython mock

parent 16b14960
No related branches found
No related tags found
1 merge request!605Update RTD documentation. (docstrings, changelog, documentation refactors)
...@@ -62,12 +62,6 @@ sys.path.append(os.path.abspath("../pycalibration/")) ...@@ -62,12 +62,6 @@ sys.path.append(os.path.abspath("../pycalibration/"))
p = Popen(["./makeAllDocs.sh"]) p = Popen(["./makeAllDocs.sh"])
p.communicate() 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment