Skip to content

Commit

Permalink
test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoyio committed Apr 6, 2023
1 parent f66856c commit 06f2652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"sphinx_autodoc_typehints",
]

# mock imports
todoc_mock_imports = ["graphistry.compute.ast.ASTObject"]

#FIXME Why is sphinx/autodoc failing here?
nitpick_ignore = [
('py:class', '1'), # Ex: api : Optional[Literal[1, 3]]
Expand Down
2 changes: 1 addition & 1 deletion graphistry/compute/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .ComputeMixin import ComputeMixin
from .ast import (
n, e_forward, e_reverse, e_undirected
n, e_forward, e_reverse, e_undirected, ASTObject
)

0 comments on commit 06f2652

Please sign in to comment.