Skip to content

Commit

Permalink
Remove inheritence diagrams from docs. readthedocs no longer has dot …
Browse files Browse the repository at this point in the history
…installed
  • Loading branch information
amykyta3 committed Oct 12, 2023
1 parent bd29a5a commit c862db2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.inheritance_diagram',
'crate.sphinx.csv',
]

Expand Down
3 changes: 0 additions & 3 deletions systemrdl/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
class Component:
"""
Base class for all component types
.. inheritance-diagram:: systemrdl.component
:top-classes: ~Component
"""

def __init__(self) -> None:
Expand Down
4 changes: 0 additions & 4 deletions systemrdl/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ class Node:
"""
The Node object is a higher-level overlay that provides a more user-friendly
interface to query the compiled RDL object model.
.. inheritance-diagram:: systemrdl.node
:top-classes: ~Node
"""

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

0 comments on commit c862db2

Please sign in to comment.