File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 71
71
("py:class" , "'object'" ),
72
72
("py:class" , "'id'" ),
73
73
("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" ),
77
74
("py:class" , "fastcs.datatypes.T" ),
78
75
]
79
76
115
112
# docs in the python documentation.
116
113
intersphinx_mapping = {
117
114
"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 ),
120
116
}
121
117
122
118
# A dictionary of graphviz graph attributes for inheritance diagrams.
You can’t perform that action at this time.
0 commit comments