Skip to content

Commit

Permalink
FIX: relink intersphinx objects
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent e6af4bf commit 04d9e91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def create_constraints_inventory() -> None:
api_github_repo = f"{ORGANIZATION}/{REPO_NAME}"
api_target_substitutions: dict[str, str | tuple[str, str]] = {
"EdgeType": "typing.TypeVar",
"GraphElementProperties": ("obj", "qrules.solving.GraphElementProperties"),
"GraphSettings": ("obj", "qrules.solving.GraphSettings"),
"InitialFacts": ("obj", "qrules.combinatorics.InitialFacts"),
"NewEdgeType": "typing.TypeVar",
"NewNodeType": "typing.TypeVar",
"NodeType": "typing.TypeVar",
Expand Down

0 comments on commit 04d9e91

Please sign in to comment.