diff --git a/grill/views/description.py b/grill/views/description.py index 66ae6716..474faa54 100644 --- a/grill/views/description.py +++ b/grill/views/description.py @@ -31,6 +31,7 @@ _ARCS_LEGEND = MappingProxyType({ Pcp.ArcTypeInherit: _color_attrs('mediumseagreen'), Pcp.ArcTypeVariant: _color_attrs('orange'), + Pcp.ArcTypeRelocate: _color_attrs('indigo'), # ~indigo Pcp.ArcTypeReference: _color_attrs('crimson'), # ~red Pcp.ArcTypePayload: _color_attrs('#9370db'), # ~purple Pcp.ArcTypeSpecialize: _color_attrs('sienna'), # ~brown diff --git a/setup.cfg b/setup.cfg index a97db447..6ea99203 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,5 +43,5 @@ include = grill.* # For EDGEDB (coming up) # python -m pip install edgedb -docs = sphinx; myst-parser; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; sphinx-hoverxref @ git+https://github.com/chrizzFTD/sphinx-hoverxref.git@update_setup_intersphinx_module_check; sphinx_autodoc_typehints; sphinx-inline-tabs; shibuya; usd-core +docs = sphinx; myst-parser; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; sphinx-hoverxref>=1.4.1; sphinx_autodoc_typehints; sphinx-inline-tabs; shibuya; usd-core full = PySide6; usd-core; PyOpenGL; pygraphviz