Asib27's picture
try 1
065fee7 verified
raw
history blame
335 Bytes
version: 2
python:
install:
- path: .
extra_requirements:
- docs
# required boilerplate readthedocs/readthedocs.org#10401
build:
os: ubuntu-lts-latest
tools:
python: latest
# post-checkout job to ensure the clone isn't shallow jaraco/skeleton#114
jobs:
post_checkout:
- git fetch --unshallow || true