You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to read the API documentation somewhere on the web, so I don't have to install Sphinx, Breathe, themes, etc. and set up a local webserver. Could it be put up on eg. readthedocs or as Github pages or somewhere similar?
The text was updated successfully, but these errors were encountered:
Hi @detly, I'm currently changing the whole documentation system. My plan is to upload the generated documentation to the official website, so that developers can always browse the latest API reference whenever we commit document modifications.
I'm also trying to figure out how to automatically download all the necessary tools to a local, sub-directory under the repository, and generate the documents with these tools, even when you already have these tools installed in the system. It is very useful when we need version X of a tool while the system has version Y. With this mechanism, we can guarantee that we always use the right toolchain to generate documents.
I'd like to be able to read the API documentation somewhere on the web, so I don't have to install Sphinx, Breathe, themes, etc. and set up a local webserver. Could it be put up on eg. readthedocs or as Github pages or somewhere similar?
The text was updated successfully, but these errors were encountered: