mirror of https://github.com/docker/docker-py.git
docs: install package in ReadTheDocs build (#3032)
Need to install ourselves so that we can introspect on version using `setuptools_scm` in `docs/conf.py`. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
e901eac7a8
commit
2494d63f36
|
|
@ -4,11 +4,14 @@ sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: '3.10'
|
python: '3.10'
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs-requirements.txt
|
- requirements: docs-requirements.txt
|
||||||
- requirements: requirements.txt
|
- method: pip
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- ssh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue