Skip to content

Commit 74bddac

Browse files
Merge branch 'master' into modelget.fix
2 parents f636a7b + 439f956 commit 74bddac

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +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: sudo apt-get install -y doxygen
2624
- name: Install docs dependencies
2725
run: pip install -r docs/requirements.txt
28-
- name: Build C API reference
29-
run: cd docs && python3 generate_llapi_reference.py && cd ..
3026
- name: Build docs
3127
run: mkdocs build
3228
- uses: jakejarvis/s3-sync-action@master

docs/requirements-llapi.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-e git+https://github.com/matusnovak/doxybook.git#egg=doxybook

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mkdocs==1.0.4
22
mkdocs-material==4.6.3
33
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
44
-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

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ nav:
3333
- 'Commands': commands.md
3434
- 'Clients': clients.md
3535
- 'Configuration': configuration.md
36+
- 'Developer': developer.md
3637
- 'Performance': performance.md
3738
- 'Examples': examples.md
3839
- 'Contributing': contrib.md
39-
- 'Developer':
40-
- 'Work on the code' : developer.md
41-
- 'C API' : api_reference.md
4240

4341
markdown_extensions:
4442
- admonition

0 commit comments

Comments
 (0)