paulscherrerinstitute / pcaspy

Portable Channel Access Server in Python
BSD 3-Clause "New" or "Revised" License
33 stars 24 forks source link

Documentation on v.0.6.3 broken ? #37

Closed xresende closed 7 years ago

xresende commented 7 years ago

For the past few days we at the Brazilian Synchrotron Light Source have been trying to access the online documentation on version 0.6.3 but the section 'References' seems to be empty. We tried to compile the document (HTML and Latex) from the source code what the problem persists there.

Cheers!

xiaoqiangwang commented 7 years ago

Thanks for spotting the error! This error comes from the commit df7d463, which changed to use relative import inside the package. And the mock(1.x) module does not support.

The fix commit 0b845ec is to use the built-in mock module for Python 3.3+. This also means the documents cannot be created using Python 2.7 - 3.2.

xresende commented 7 years ago

happy to help a project that is helping us!