This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
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