Readthedocs.org: Missing Docstrings

Created on 13 Jul 2018  路  9Comments  路  Source: readthedocs/readthedocs.org

Details

Expected Result

I ran make html locally and the documentation looks fine.

Actual Result

However, when I build the documentation, none of the docstring shows up in the package documentation section (example). I tried building different versions but I always got the same issue. Any suggestions on what I should look into? I haven't found others having similar issue :(

Edit: Docstrings show up except for one module (As described below).

Support

Most helpful comment

Yup! It shows up in the updated documentation. Thanks!

All 9 comments

Probably you need to check the Install project option in the admin panel of your project.

Thanks! I added Install project and it starts to build. However, one of our dependency (loompy) is only available for python 3.6 but readthedocs uses python 3.5 to build the documentation. Do you happen to know what we can try / whether readthedocs plans to use python 3.6?

RTD already supports python 3.6, but it's available using a configuration file. See https://docs.readthedocs.io/en/latest/yaml-config.html

That solves our issue! Thank you so much

I uploaded a new version of the documentation and the docstring for one module is still missing.

The build was successful locally without any warnings, and I also included .yml file to use python 3.6. Do you know why the documentation is missing only for one module?

Thanks!!

@imyiningliu can you please be more specific? Which module is missing?

Sorry I should've linked module in my comment - the documentation for the inference class is missing.

The project GitHub page is available here.

@imyiningliu were you able to solve the problem?

Yup! It shows up in the updated documentation. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gtalarico picture gtalarico  路  4Comments

lennartkoopmann picture lennartkoopmann  路  4Comments

cagataycali picture cagataycali  路  4Comments

boscorelly picture boscorelly  路  4Comments

humitos picture humitos  路  3Comments