Skip to content

Commit 927b3e3

Browse files
committed
💚 Change ldoc output path
1 parent 0c24b1f commit 927b3e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/doc/
1+
_readthedocs/
22
# create by https://github.com/iamcco/coc-gitignore (Fri Jul 28 2023 12:33:41 GMT+0800 (China Standard Time))
33
# Lua.gitignore:
44
# Compiled Lua sources

.readthedocs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ build:
1010
- pip install hererocks
1111
- hererocks ~/lua -l5.1 -rlatest
1212
- scripts/ldoc.sh
13-
- mv doc $READTHEDOCS_OUTPUT/html

config.ld

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
---@diagnostic disable: lowercase-global
44
project = "prompt-style"
55
readme = "README.md"
6-
format = "discount"
6+
format = "cmark"
7+
dir = "_readthedocs/html"

0 commit comments

Comments
 (0)