We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c24b1f commit 927b3e3Copy full SHA for 927b3e3
.gitignore
@@ -1,4 +1,4 @@
1
-/doc/
+_readthedocs/
2
# create by https://github.com/iamcco/coc-gitignore (Fri Jul 28 2023 12:33:41 GMT+0800 (China Standard Time))
3
# Lua.gitignore:
4
# Compiled Lua sources
.readthedocs.yaml
@@ -10,4 +10,3 @@ build:
10
- pip install hererocks
11
- hererocks ~/lua -l5.1 -rlatest
12
- scripts/ldoc.sh
13
- - mv doc $READTHEDOCS_OUTPUT/html
config.ld
@@ -3,4 +3,5 @@
---@diagnostic disable: lowercase-global
project = "prompt-style"
5
readme = "README.md"
6
-format = "discount"
+format = "cmark"
7
+dir = "_readthedocs/html"
0 commit comments