Skip to content

Commit 94d79e5

Browse files
[WIP] add C API reference to docs using auto tool (#368)
* [add] add C API reference to docs using auto tool ( python3 generate_llapi_reference.py ) * [add] generating C API reference on the fly * [add] moving api_reference under Developer Nav Co-authored-by: Luca Antiga <[email protected]>
1 parent 6d29eef commit 94d79e5

File tree

5 files changed

+2624
-1
lines changed

5 files changed

+2624
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
python-version: '3.x'
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
24+
- name: Install Doxygen
25+
run: apt-get install -y doxygen
2426
- name: Install docs dependencies
2527
run: pip install -r docs/requirements.txt
2628
- name: Get entire project

0 commit comments

Comments
 (0)