Skip to content

Commit

Permalink
💚 Fix ldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 11, 2024
1 parent 64cc0a0 commit 0c24b1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ build:
python: "3"
commands:
- pip install hererocks
- hererocks lua51 -l5.1 -rlatest
- hererocks ~/lua -l5.1 -rlatest
- scripts/ldoc.sh
- mv doc $READTHEDOCS_OUTPUT/html
3 changes: 0 additions & 3 deletions config.ld
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---ldoc config
-- luacheck: ignore 111
-- LuaFormatter off

-- LuaFormatter on
---@diagnostic disable: lowercase-global
project = "prompt-style"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scripts/ldoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"

. ./lua51/bin/activate &&
. ~/lua/bin/activate &&
luarocks install ldoc &&
ldoc .

0 comments on commit 0c24b1f

Please sign in to comment.