| 76 | |
| 77 | If, when the docs build, you get an error like this: |
| 78 | |
| 79 | {{{ |
| 80 | Traceback (most recent call last): |
| 81 | File "C:\Anaconda2x64\envs\sasview\lib\site-packages\Sphinx-1.4.8-py2.7.egg\sphinx\ext\autodoc.py", line 519, in import_object |
| 82 | __import__(self.modname) |
| 83 | File "D:\SasViewDevelopment\sasview\build\lib.win-amd64-2.7\sas\sasgui\plottools\config.py", line 39, in <module> |
| 84 | pkg_resources.require("matplotlib>=" + plot_version) |
| 85 | File "C:\Anaconda2x64\envs\sasview\lib\site-packages\pkg_resources\__init__.py", line 981, in require |
| 86 | needed = self.resolve(parse_requirements(requirements)) |
| 87 | File "C:\Anaconda2x64\envs\sasview\lib\site-packages\pkg_resources\__init__.py", line 867, in resolve |
| 88 | raise DistributionNotFound(req, requirers) |
| 89 | DistributionNotFound: The 'mock' distribution was not found and is required by matplotlib |
| 90 | }}} |
| 91 | |
| 92 | Also install the dependencies ''mock'' and ''nose''. |