Skip to content

Commit

Permalink
Add Relocates Arc to Description Module (#41)
Browse files Browse the repository at this point in the history
* Add relocates composition arc

* Restore main sphinx hoverxref release
  • Loading branch information
chrizzFTD authored Sep 14, 2024
1 parent ee35827 commit 58c74ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grill/views/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58c74ca

Please sign in to comment.