Skip to content

Commit

Permalink
📝 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Sep 8, 2023
1 parent 67bbb18 commit 0b4921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __getattr__(cls, name):

numpydoc_show_class_members = False

MOCK_MODULES = ['networkx', 'numpy', 'networkx.utils', 'pygtk', 'gtk', 'gobject', 'argparse', 'networkx',
MOCK_MODULES = ['decorator', 'decorator.decorator', 'networkx', 'numpy', 'networkx.utils', 'pygtk', 'gtk', 'gobject', 'argparse', 'networkx',
'scipy']

sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
Expand Down

0 comments on commit 0b4921b

Please sign in to comment.