File: readthedocs.yml

package info (click to toggle)
sphinx-copybutton 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 508 kB
  • sloc: javascript: 321; python: 192; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2

python:
  version: "3"
  install:
    - method: pip
      path: .
      extra_requirements:
        - rtd

submodules:
  include: all