File: .readthedocs.yaml

package info (click to toggle)
python-sphinx-code-include 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: javascript: 8,765; python: 1,402; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
#
version: 2
build:
  os: ubuntu-22.04
  tools:
    python: "3.7"
sphinx:
  configuration: docs/conf.py
python:  # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
  install:
    - requirements: requirements.txt
    - requirements: docs/requirements.txt