mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Twiddling with RtD
This commit is contained in:
@@ -10,7 +10,15 @@ build:
|
|||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
jobs:
|
||||||
|
pre_install:
|
||||||
|
- 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
|
||||||
|
post_build:
|
||||||
|
- echo "Command run at 'post_build' step"
|
||||||
|
- echo `date`
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
@@ -24,9 +32,9 @@ formats:
|
|||||||
# extra.
|
# extra.
|
||||||
|
|
||||||
#Optionally declare the Python requirements required to build your docs
|
#Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
# python:
|
||||||
install:
|
# install:
|
||||||
- method: pip
|
# - method: pip
|
||||||
path: .
|
# path: .
|
||||||
extra_requirements:
|
# extra_requirements:
|
||||||
- doc
|
# - doc
|
||||||
|
|||||||
Reference in New Issue
Block a user