File: .readthedocs.yml

package info (click to toggle)
python-coincidence 0.6.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: python: 1,340; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file is managed by 'repo_helper'. Don't edit it directly.
# Read the Docs configuration file
---
version: 2
sphinx:
  builder: html
  configuration: doc-source/conf.py
formats:
 - pdf
 - htmlzip
python:
  install:
   - requirements: requirements.txt
   - requirements: doc-source/requirements.txt
build:
  os: ubuntu-20.04
  tools:
    python: '3.9'
  jobs:
    post_create_environment:
     - pip install .
    post_install:
     - pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
       sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5