https://github.com/xflr6/graphviz
Raw File
Tip revision: b820426c566f6ed6d874cbcb4118bb0492062dd0 authored by Sebastian Bank on 21 March 2024, 08:08:33 UTC
improve release process order: do version bump in branch and merge to main last
Tip revision: b820426
.readthedocs.yml
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
build:
  os: ubuntu-20.04
  tools:
    python: "3"
python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs
sphinx:
  configuration: docs/conf.py
back to top