mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 14:32:44 +08:00
chore(docs) replace makeindex with texlive-binaries package
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
!${{ env.pythonLocation }}/lib/python*/site-packages/setuptools*
|
||||
key: ${{ env.pythonLocation }}
|
||||
- name: Install Doxygen and Latex dependencies
|
||||
run: sudo apt-get install doxygen texlive-xetex makeindex texlive-lang-english
|
||||
run: sudo apt-get install doxygen texlive-xetex texlive-binaries texlive-lang-english
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install --upgrade --upgrade-strategy eager sphinx recommonmark commonmark breathe sphinx-rtd-theme sphinx-markdown-tables sphinx-sitemap
|
||||
|
||||
Reference in New Issue
Block a user