Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readthedocs - missing a few autojit functions #170

Closed
mmcky opened this issue Aug 17, 2015 · 4 comments
Closed

readthedocs - missing a few autojit functions #170

mmcky opened this issue Aug 17, 2015 · 4 comments
Labels

Comments

@mmcky
Copy link
Contributor

mmcky commented Aug 17, 2015

@cc7768 @spencerlyon2 Do either of you have an idea of why this utilities page only has one of two functions contained in the module. When I compile docs locally it has both functions - but they do not appear on readthedocs!

Summary of observations

  1. Seem to be related to numba functions.
  2. random.utilities is missing sample_without_replacement
  3. lss.py is missing a function

Generated rst files look to be correct. Might be a readthedocs environment issue.

@sglyon
Copy link
Member

sglyon commented Aug 17, 2015

I'm sorry I don't know what is wrong here... Strange that you get it to work locally but rtd fails

@mmcky mmcky changed the title readthedocs - missing a few automobile functions readthedocs - missing a few autjit functions Mar 14, 2016
@mmcky mmcky changed the title readthedocs - missing a few autjit functions readthedocs - missing a few autojit functions Mar 14, 2016
@oyamad
Copy link
Member

oyamad commented Mar 14, 2016

There were issues on this, such as numba/numba#134 and numba/numba#470, but it seems to have been fixed by numba/numba#508. I don't see why it is not working for us...

@mmcky
Copy link
Contributor Author

mmcky commented Mar 14, 2016

Update: As far as I can tell - this might be an issue due to the use of a Mock numba module perhaps. Maybe it's preventing proper parsing of the docstrings attached to jitted functions. Replacing the rtd-pip-requirements.txt file with a conda enironment hasn't solved the issue. Will look into this further as it will become a big issue for us.

@mmcky
Copy link
Contributor Author

mmcky commented Mar 15, 2016

We have now removed mock from rtd compilation and making use of the conda environment with a rtd yaml config file and coda environment definitions. Note: the rtd support for conda is currently in beta so we should keep an eye on the documentation site for compilation issues.

@mmcky mmcky closed this as completed Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants