mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-04-01 19:52:30 +00:00
Compare commits
4 Commits
feat-uv
...
98958c42f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98958c42f4 | ||
|
|
bf9ff7b00f | ||
|
|
c45ca3a8fd | ||
|
|
1fd86a6d7d |
@@ -7,15 +7,16 @@ 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-20.04
|
os: ubuntu-lts-latest
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
jobs:
|
jobs:
|
||||||
pre_install:
|
pre_install:
|
||||||
|
- pip install --upgrade pip
|
||||||
- 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,4 +1,6 @@
|
|||||||
# Contributing to ptulsconv
|
# Contributing to ptulsconv
|
||||||
|
\
|
||||||
|
Contributions made by Large Language Models are politely declined.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user