Merge pull request #2382 from fjarri/strict-docs-build

Check for inconsistent dependencies on docs build
pull/2383/head
K Prasch 2020-10-18 00:47:47 -07:00 committed by GitHub
commit a9f52b4f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ jobs:
- prepare_environment
- run:
name: Install Documentation Build Dependencies
command: pip3 install --user .[docs]
command: pip3 install --use-feature=2020-resolver --user .[docs]
- run:
name: Build Sphinx Documentation
command: make docs