cernopendata / cernopendata-client

CERN Open Data command-line client
http://cernopendata-client.readthedocs.io/
GNU General Public License v3.0
10 stars 9 forks source link

docs: ReadTheDocs builds fail due to pycurl #40

Closed tiborsimko closed 4 years ago

tiborsimko commented 4 years ago

After addition of pycurl, the ReadTheDocs builds fail with:

   FileNotFoundError: [Errno 2] No such file or directory: 'curl-config': 'curl-config'

This is most probably because some system dependencies such as libssl-dev and friends are not installed.

Investigate a best solution to fix the documentation builds.

ParthS007 commented 4 years ago

@tiborsimko this can be closed now?

tiborsimko commented 4 years ago

I thought of looking into generating the CLI API in other way... E.g. we could run click-sphinx locally and add the file into docs so that ReadTheDocs would simply consume it from there. (A bit like we are doing with OpenAPI stuff in REANA.) Hence I used addresses and not closes yet... I'll move the issue into "Ready for work" kanban column.

tiborsimko commented 4 years ago

Closing for v0.1.0 release, we can attack this later.