Skip to content

Commit

Permalink
sphinxarg not on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbriggs committed Nov 18, 2022
1 parent 4e61034 commit 0599570
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified dist/aimm_simulator-2.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/aimm_simulator-2.0.0.tar.gz
Binary file not shown.
5 changes: 2 additions & 3 deletions doc/sphinx_source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
#sys.path.insert(-1,os.path.abspath('../../src/AIMM_simulator/'))
sys.path.insert(0,os.path.abspath('./../../src/AIMM_simulator/'))
sys.path.insert(0,os.path.abspath('./../../src/'))
#print(f'sys.path={sys.path}')
#sys.path.insert(0, pathlib.Path(__file__).parents[2].resolve().as_posix())

# don't fail the build if these are not importable...
autodoc_mock_imports = ['numpy','simpy','matplotlib'] #,'argparse']
from unittest.mock import MagicMock
sys.modules['matplotlib']=MagicMock()
#from unittest.mock import MagicMock
#sys.modules['matplotlib']=MagicMock()
#sys.modules['argparse']=MagicMock()

# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 0599570

Please sign in to comment.