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: 21d23582194b8490084bcd65b06b6746c1d4beb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2

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

sphinx:
  configuration: docs/conf.py