Skip to content

Commit

Permalink
attempt to resolve MagicMock showing up in returntype for libE on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 3, 2023
1 parent 6ce8539 commit 5245a87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ libEnsemble is especially effective at solving design, decision, and inference p

`Online Documentation`_

.. before_dependencies_rst_tag
Installation
============

Expand Down
5 changes: 0 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ def __getattr__(cls, name):
"mpi4py",
"mpmath",
"nlopt",
"numpy",
"numpy.typing",
"numpy.lib",
"numpy.lib.recfunctions",
"numpy.linalg",
"PETSc",
"petsc4py",
"psutil",
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction_latex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.. _NLopt documentation: http://ab-initio.mit.edu/wiki/index.php/NLopt_Installation#Shared_libraries
.. _nlopt: https://nlopt.readthedocs.io/en/latest/
.. _NumPy: http://www.numpy.org
.. _Online Documentation: https://libensemble.readthedocs.io/
.. _Online Documentation: https://libensemble.readthedocs.io/en/main/introduction.html
.. _OPAL: http://amas.web.psi.ch/docs/opal/opal_user_guide-1.6.0.pdf
.. _petsc4py: https://bitbucket.org/petsc/petsc4py
.. _PETSc/TAO: http://www.mcs.anl.gov/petsc
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinxcontrib-bibtex
ipykernel
autodoc_pydantic
sphinx-design
numpy

0 comments on commit 5245a87

Please sign in to comment.