Skip to content

Commit

Permalink
📝 Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 11, 2024
1 parent 9ba73a7 commit 1d28993
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 79 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ repos:
- id: markdownlint-cli2
additional_dependencies:
- markdown-it-texmath
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/kumaraditya303/mirrors-pyright
rev: v1.1.389
hooks:
- id: pyright
- repo: https://github.com/lunarmodules/luacheck
rev: v1.2.0
hooks:
Expand Down
10 changes: 3 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ build:
apt_packages:
- lua-ldoc
- lua-discount

formats:
- htmlzip

python:
install:
- requirements: docs/requirements.txt
commands:
- ldoc .
- mv doc $READTHEDOCS_OUTPUT/html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ customize it.
See
[![readthedocs](https://shields.io/readthedocs/prompt-stylelua)](https://prompt-stylelua.readthedocs.io).

## REPLs for many programs contains a lua interpreters
## REPLs for many programs containing a lua interpreters

### Lua 5.1/LuaJIT

Expand Down
58 changes: 0 additions & 58 deletions docs/conf.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

15 changes: 15 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{ pkgs ? import <nixpkgs> { } }:

with pkgs;
mkShell {
name = "prompt-style.lua";
buildInputs = [
(luajit.withPackages (
p: with p; [
luaprompt
ldoc
discount
]
))
];
}

0 comments on commit 1d28993

Please sign in to comment.