Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use yaml to support cpp api for readthedocs #1229

Merged
merged 3 commits into from Nov 10, 2023

Conversation

TomonobuTsujikawa
Copy link
Contributor

We had a plan to update rst files for readthedocs to support NNabla C++ API documents.
However, after testing on readthedocs, only updating rst files are not enough to display the documents correctly.
Xml and html files that generated by doxygen are also needed.

So, this PR tries to generate all these files during readthedocs build, instead of updating them in advance.
We utilize .readthedocs.yaml and follow the similar build steps in cmake command for building document.

@TomonobuTsujikawa TomonobuTsujikawa added the release-note-doc Auto-release; Document label Oct 31, 2023
@YukioOobuchi YukioOobuchi merged commit 9d02032 into master Nov 10, 2023
@YukioOobuchi YukioOobuchi deleted the feature/20230926-cpp-api-readthedocs branch November 10, 2023 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-doc Auto-release; Document
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants