NVIDIA-Genomics-Research / GenomeWorks

SDK for GPU accelerated genome assembly and analysis
https://clara-parabricks.github.io/GenomeWorks/
Apache License 2.0
278 stars 76 forks source link

[pycga] enable doc generation test for pyclaragenomics #419

Open tijyojwad opened 4 years ago

tijyojwad commented 4 years ago

Python doc generation only happens successfully when the bindings have been built. However the current sphinx command doesn't fail when bindings aren't built. This issue is to investigate the right way to build sphinx based documentation and enable it in the tests so doc generation is validated on every PR.

tijyojwad commented 4 years ago

Consider using https://www.sphinx-doc.org/en/master/usage/advanced/setuptools.html instead of raw sphinx commands