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 ef37718 commit 032728c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ def __getattr__(cls, name):

numpydoc_show_class_members = False

#MOCK_MODULES = ['networkx', 'numpy', 'networkx.utils', 'pygtk', 'gtk', 'gobject', 'argparse', 'pandas',
# 'scipy']
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
MOCK_MODULES = ['networkx', 'numpy', 'networkx.utils', 'pygtk', 'gtk', 'gobject', 'argparse', 'networkx',
'scipy']

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

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
Expand Down
2 changes: 1 addition & 1 deletion requrements_rtfd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sphinx_rtd_theme==0.4.3
mock
numpy
decorators
networkx>=2.4
networkx
pytest>=5.4.3
docutils==0.15.2

0 comments on commit 032728c

Please sign in to comment.