Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.readthedocs.yml - github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68f0950ab08a7579289cde29a842a76d7dbdd158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

python:
  version: 3.8
  install:
    - requirements: docs/requirements.txt
    - method: pip
      path: .
    - requirements: docs/docutils-test.txt

sphinx:
  configuration: docs/conf.py