mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-04-01 11:42:30 +00:00
Compare commits
3 Commits
docs-updat
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebd0b54b6a | ||
|
|
98958c42f4 | ||
|
|
bf9ff7b00f |
@@ -7,15 +7,16 @@ version: 2
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: "3.10"
|
||||
python: "3.13"
|
||||
jobs:
|
||||
pre_install:
|
||||
- pip install --upgrade pip
|
||||
- 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
|
||||
# build:
|
||||
# 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`
|
||||
|
||||
Reference in New Issue
Block a user