Browse Source

readthedocs configuration

v4.6.1.post1 v4
Miguel Grinberg 2 years ago
parent
commit
dbe0c84205
Failed to extract signature
  1. 16
      .readthedocs.yaml
  2. 3
      .readthedocs.yml

16
.readthedocs.yaml

@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs

3
.readthedocs.yml

@ -1,3 +0,0 @@
python:
version: 3.6
setup_py_install: true
Loading…
Cancel
Save