16 Commits

Author SHA1 Message Date
32191791c6 Twiddling with RtD 2025-09-20 23:00:49 -07:00
1ff910e4d2 Doc notes 2025-09-20 22:34:58 -07:00
0e8a77f548 removing flake8 file 2025-09-20 22:26:21 -07:00
Jamie Hardt
7058397f6f Update __init__.py 2025-09-20 22:24:10 -07:00
Jamie Hardt
16d7befd9f Update __init__.py 2025-09-20 22:21:56 -07:00
Jamie Hardt
2a3f4a7c18 Update python-package.yml 2025-09-20 22:19:14 -07:00
d7fff23e5e Tweaking workflow 2025-09-20 22:12:55 -07:00
Jamie Hardt
757c3171e7 Merge branch 'master' into feat-uv 2025-09-20 22:10:15 -07:00
48dd7de07e Changing to ruff linter 2025-09-20 22:07:33 -07:00
2a69bf47c8 Version number in banner 2025-09-20 10:02:44 -07:00
01d2374a9b Merge branch 'feat-uv' of https://github.com/iluvcapra/ptulsconv into feat-uv 2025-09-20 09:47:07 -07:00
68e7eb89a9 Twiddle 2025-09-20 09:46:46 -07:00
Jamie Hardt
517fe3526a Update python-package.yml
Removed redundant flake8 run
2025-09-20 08:56:34 -07:00
7789c0df4c Updating github workflow 2025-09-19 10:43:20 -07:00
d97dcc3e08 Updated Flake8 settings 2025-09-19 10:41:41 -07:00
615b2b5a2a Migrating to uv build and manager 2025-09-19 10:36:28 -07:00
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-lts-latest
os: ubuntu-20.04
tools:
python: "3.10"
jobs:
@@ -15,7 +15,7 @@ build:
- pip install --upgrade --upgrade-strategy only-if-needed --group doc .
build:
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:
- echo "Command run at 'post_build' step"
- echo `date`

View File

@@ -1,6 +1,4 @@
# Contributing to ptulsconv
\
Contributions made by Large Language Models are politely declined.
## Testing