Skip to content

Commit 2eb6b23

Browse files
committed
feature: Added FastCS' intersphinx mapping
1 parent 81b36d9 commit 2eb6b23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171
("py:class", "'object'"),
7272
("py:class", "'id'"),
7373
("py:class", "typing_extensions.Literal"),
74-
# Ignored until https://github.com/DiamondLightSource/FastCS/issues/137
75-
("py:class", "fastcs.datatypes.DataType"),
76-
("py:class", "fastcs.attributes.AttrRW"),
7774
("py:class", "fastcs.datatypes.T"),
7875
]
7976

@@ -115,8 +112,7 @@
115112
# docs in the python documentation.
116113
intersphinx_mapping = {
117114
"python": ("https://docs.python.org/3/", None),
118-
# Commented out until https://github.com/DiamondLightSource/FastCS/issues/137
119-
# "fastcs": ("https://diamondlightsource.github.io/FastCS/main", None),
115+
"fastcs": ("https://diamondlightsource.github.io/FastCS/main", None),
120116
}
121117

122118
# A dictionary of graphviz graph attributes for inheritance diagrams.

0 commit comments

Comments
 (0)