How to upload html documentation generated from sphinx to github?

后端 未结 3 1580
傲寒
傲寒 2021-01-31 20:28

I just documented loads of my code and learnt how to use sphinx to generate the documentation. I want to include that into my github project page but I do not know how to. Does

3条回答
  •  一生所求
    2021-01-31 21:09

    github-tools has a feature doing exactly what you are asking for:

    paver gh_pages_create gh_pages_build
    

    Refer to the excellent documentation (of course using itself) for how to set it up for your project.

提交回复
热议问题