language: python python: - "3.6" - "3.7" - "3.8" install: - pip install -r docs/requirements.txt script: pelican -s docs/pelicanconf.py notifications: email: false