Skip to content

Commit

Permalink
readthedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
watermarkhu committed Mar 6, 2024
1 parent 8ce4d81 commit 7d48b9c
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 46 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
branches:
- main
paths:
- '**.py'
- '**.yml'
- '.github/workflows/ci.yml'
- 'src/**.py'
- 'src/syntaxes/**'
- 'test/**'

jobs:
Expand Down
44 changes: 0 additions & 44 deletions .github/workflows/docs.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ repos:
test\/.*.py|
docs\/.*.py
)$
- repo: https://github.com/python-poetry/poetry
rev: "1.8.2"
hooks:
- id: poetry-check
- id: poetry-export
args: ["--dev", "-f", "requirements.txt", "-o", "docs/requirements.txt", "--only", "doc"]
Loading

0 comments on commit 7d48b9c

Please sign in to comment.