Skip to content

Commit

Permalink
Installing the entire prospector package and optional requirements to…
Browse files Browse the repository at this point in the history
… help with any doc generation needing to inspect method signatures etc and avoid triggering import warnings (just a precaution, does not seem to be needed right now)
  • Loading branch information
carlio committed Jul 6, 2020
1 parent f38a2b7 commit 4cf007c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- with_everything

2 comments on commit 4cf007c

@chocoelho
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carlio This would only take place if set use with a commit sha, right? At least while a new version is not released.

@chocoelho
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️ Ignore me, I thought this was some change in the hook installer for pre-commit

Please sign in to comment.