|
@@ -7,8 +7,9 @@ build:
|
|
commands:
|
|
commands:
|
|
- pip install poetry
|
|
- pip install poetry
|
|
- poetry config virtualenvs.create false
|
|
- poetry config virtualenvs.create false
|
|
- - poetry install --only docs
|
|
|
|
|
|
+ - poetry install --with docs
|
|
- poetry env info
|
|
- poetry env info
|
|
|
|
+ - sphinx-build docs _readthedocs/html
|
|
|
|
|
|
sphinx:
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
configuration: docs/conf.py
|