Hi,

I am trying to generate API documentation from comments (in numpydoc style) 
in my project and I am stuck at vague import errors from sphinx:

http://pastebin.com/tycmVQdN

I've tried mocking numpy.__version__ but it does not work. Also I have no 
clue what about the lines containing PolishCalendar() - why sphinx is 
trying to mock this object?
Because of those import errors, these files are missing in the 
documentation. How can I fix this?

My build command:

make clean ; sphinx-apidoc -a -f -o ./source ../application ; make html


Versions:

$ sphinx-build --version
Sphinx (sphinx-build) 1.5.1
$ python --version
Python 3.5.2

 
source/conf.py: http://pastebin.com/VfsiX4uZ

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to