This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
202 B

  1. version: 2
  2. formats: all
  3. python:
  4. version: 3.7
  5. install:
  6. - requirements: docs/requirements.txt
  7. # Build documentation in the docs/ directory with Sphinx
  8. sphinx:
  9. configuration: docs/conf.py