Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jan 14, 2024
1 parent 018a8be commit 4d41a4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Documentation Dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get install -y doxygen
cmake -E echo >> $${{matrix.env}}GITHUB_PATH $${{matrix.env}}HOME/.local/bin
Expand All @@ -356,7 +355,7 @@ jobs:
- name: Build Website Documentation
run: make -C ${{env.TOOLCHAIN_PATH}} docs
- name: Disable Jekyll
run: cmake -E touch ${{env.TOOLCHAIN_PATH}}/docs/build/html/.nojekyll
run: touch ${{env.TOOLCHAIN_PATH}}/docs/build/html/.nojekyll
- name: Remove .pickle files
run: find ${{env.TOOLCHAIN_PATH}}/docs/build/ -name '*.pickle' -delete

Expand Down
2 changes: 1 addition & 1 deletion docs/libraries/keypadc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It supports multi-key presses, and can be used for extremely responsive input co
:depth: 3

Key Detection
-------------------
-------------

Handling key detection properly is a major requirement for a lot of programs.
Detecting a hold can be rather straightforward, but things like a press, release, can sometimes be rather confusing at first.
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ sphinx_rtd_theme==1.0.0
breathe==4.33.1
Jinja2==3.1.3
sphinx-design==0.3.0
sphinxcontrib-applehelp==1.0.7

0 comments on commit 4d41a4a

Please sign in to comment.