File: .readthedocs.yml

package info (click to toggle)
python-pyproject-examples 2023.6.30-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 535; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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:
  version: 3.8
  install:
   - requirements: requirements.txt
   - requirements: doc-source/requirements.txt
   - method: pip
     path: .