File: readthedocs.yml

package info (click to toggle)
sphinx-togglebutton 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: javascript: 198; python: 143; makefile: 18
file content (15 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
sphinx:
  # Path to your Sphinx configuration file.
  configuration: docs/conf.py
build:
  os: "ubuntu-22.04"
  tools:
    python: "3.11"

python:
  install:
      - method: pip
        path: .
        extra_requirements:
          - sphinx