mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-07-02 04:10:48 +00:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32191791c6 | |||
| 1ff910e4d2 | |||
| 0e8a77f548 | |||
| 7058397f6f | |||
| 16d7befd9f | |||
| 2a3f4a7c18 | |||
| d7fff23e5e | |||
| 757c3171e7 | |||
| 48dd7de07e | |||
| 2a69bf47c8 | |||
| 01d2374a9b | |||
| 68e7eb89a9 | |||
| 517fe3526a | |||
| 7789c0df4c | |||
| d97dcc3e08 | |||
| 615b2b5a2a |
+2
-2
@@ -7,7 +7,7 @@ version: 2
|
|||||||
|
|
||||||
# Set the version of Python and other tools you might need
|
# Set the version of Python and other tools you might need
|
||||||
build:
|
build:
|
||||||
os: ubuntu-lts-latest
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
jobs:
|
jobs:
|
||||||
@@ -15,7 +15,7 @@ build:
|
|||||||
- pip install --upgrade --upgrade-strategy only-if-needed --group doc .
|
- pip install --upgrade --upgrade-strategy only-if-needed --group doc .
|
||||||
build:
|
build:
|
||||||
html:
|
html:
|
||||||
- python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
|
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
|
||||||
post_build:
|
post_build:
|
||||||
- echo "Command run at 'post_build' step"
|
- echo "Command run at 'post_build' step"
|
||||||
- echo `date`
|
- echo `date`
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
# Contributing to ptulsconv
|
# Contributing to ptulsconv
|
||||||
\
|
|
||||||
Contributions made by Large Language Models are politely declined.
|
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user