forked from VimPlug/jedi
This is now required by ReadTheDocs; see https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
22 lines
257 B
YAML
22 lines
257 B
YAML
version: 2
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
submodules:
|
|
include: all
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
apt_packages:
|
|
- graphviz
|