Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

Documentation: accessing documentation in offline mode #417

Closed exiledonamarginalisland closed 6 years ago

exiledonamarginalisland commented 6 years ago

I would like to be able to access the documentation in offline mode when I am in areas where I have no connection. What do I have to do? Is there a way of installing ghini that includes the documentation?

mfrasca commented 6 years ago

please confirm that you have read a minimal tutorial about sphinx. when you do a devinstall.sh installation, you have everything but the translated docs. "everything" includes the documentation. then producing the documentation locally is a matter of running the sphinx Makefile.

mfrasca commented 6 years ago

less briefly:

there you are.

(but you could also use readthedocs and download it in ePub, PDF, or html) image

mfrasca commented 6 years ago

I think that the 'download it from readthedocs' is a viable answer. you're always welcome with a different solution via a pull request. ciao, grazie.

exiledonamarginalisland commented 6 years ago

Thank you for the explanation. I think the issue I am facing is that when I install sphinx in ghide, I get the following error: image

Not sure what I am doing wrong. Any clue?

mfrasca commented 6 years ago

I still think that your (and any casual user's) best bet is to download the formatted docs from readthedocs. if you want to help, try to remove the version specification in ghini pyparsing dependency and let me know. thank you.