You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

21 lines
469 B

  1. sudo: false
  2. language: python
  3. python:
  4. - '2.7'
  5. install:
  6. - pip install -e .
  7. script:
  8. - sphinx-build -nW -b html -d docs/build/doctrees docs/source docs/build
  9. deploy:
  10. provider: pypi
  11. user: onefinestay
  12. password:
  13. secure: iRIzqEHs1E6FkV91LbReCsNuSo40+xp1B97UnA8rlP5l3LGA6Msv7wsO6SYK5ISrp5vF34hBEPx9SguQWYhNylvQZoELQ2xv+6ST9YT5xo6QeOoWDPW97mXwMQ4ZeR1+4ekqg7rT28NkGe6VfWsLl7FAPd1AQiOD9Rlv5UAu9Lg=
  14. on:
  15. tags: true
  16. repo: onefinestay/sphinx-nameko-theme