Skip to content

Commit

Permalink
Include all dependencies when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 12, 2024
1 parent 74c3d08 commit 52bf8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
python: latest
jobs:
post_create_environment:
- pip install .[docs]
- pip install .[full]

sphinx:
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion platypus/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class ProcessPoolEvaluator(SubmitEvaluator):
"""Evaluator using Python's ProcessPoolExecutor.
Refer to the :mod:`concurrent.futures` module and
:class:`ProcessPoolExecutor`for any additional requirements.
:class:`ProcessPoolExecutor` for any additional requirements.
Parameters
----------
Expand Down

0 comments on commit 52bf8d0

Please sign in to comment.