sobotka / olive

NLE video editor
GNU General Public License v3.0
2 stars 1 forks source link

[TODO] Set up Sphinx documentation system #111

Closed Simran-B closed 3 years ago

Simran-B commented 4 years ago

General TODO Summary

Start working on user docs & integrate code documentation

Additional Information / Notes

Simran-B commented 3 years ago

The plan is to publish docs to https://olivevideoeditor.org/, where we can embed ads at our own discretion, unlike with RTD.

Need to decide on how to upload to website (e.g. Curl push + unpack + switch out files, or GHA tickle + Git pull on server)

Also need to decide the URL under which it will be available, e.g. https://olivevideoeditor.org/docs

Simran-B commented 3 years ago

May not use Sphinx/Doxygen after all, but there is a WIP PR here: https://github.com/olive-editor/olive/pull/1142