mirror of https://github.com/nucypher/nucypher.git
Merge pull request #2382 from fjarri/strict-docs-build
Check for inconsistent dependencies on docs buildpull/2383/head
commit
a9f52b4f57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue