File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 21
21
python-version : ' 3.x'
22
22
- name : Display Python version
23
23
run : python -c "import sys; print(sys.version)"
24
- - name : Install Doxygen
25
- run : sudo apt-get install -y doxygen
26
24
- name : Install docs dependencies
27
25
run : pip install -r docs/requirements.txt
28
- - name : Build C API reference
29
- run : cd docs && python3 generate_llapi_reference.py && cd ..
30
26
- name : Build docs
31
27
run : mkdocs build
32
28
- uses : jakejarvis/s3-sync-action@master
Original file line number Diff line number Diff line change
1
+ -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ mkdocs==1.0.4
2
2
mkdocs-material == 4.6.3
3
3
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
4
4
-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
5
- -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
5
+ # uncomment requirement to build LL API
6
+ # -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
Original file line number Diff line number Diff line change 33
33
- ' Commands ' : commands.md
34
34
- ' Clients ' : clients.md
35
35
- ' Configuration ' : configuration.md
36
+ - ' Developer ' : developer.md
36
37
- ' Performance ' : performance.md
37
38
- ' Examples ' : examples.md
38
39
- ' Contributing ' : contrib.md
39
- - ' Developer ' :
40
- - ' Work on the code' : developer.md
41
- - ' C API' : api_reference.md
42
40
43
41
markdown_extensions :
44
42
- admonition
You can’t perform that action at this time.
0 commit comments