Skip to content

Commit c862db2

Browse files
committed
Remove inheritence diagrams from docs. readthedocs no longer has dot installed
1 parent bd29a5a commit c862db2

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
extensions = [
3232
'sphinx.ext.autodoc',
3333
'sphinx.ext.napoleon',
34-
'sphinx.ext.inheritance_diagram',
3534
'crate.sphinx.csv',
3635
]
3736

systemrdl/component.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
class Component:
1515
"""
1616
Base class for all component types
17-
18-
.. inheritance-diagram:: systemrdl.component
19-
:top-classes: ~Component
2017
"""
2118

2219
def __init__(self) -> None:

systemrdl/node.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ class Node:
1616
"""
1717
The Node object is a higher-level overlay that provides a more user-friendly
1818
interface to query the compiled RDL object model.
19-
20-
.. inheritance-diagram:: systemrdl.node
21-
:top-classes: ~Node
22-
2319
"""
2420

2521
def __init__(self, inst: comp.Component, env: 'RDLEnvironment', parent: Optional['Node']):

0 commit comments

Comments
 (0)