Removed requirements from .readthedocs.yaml, can we remove this file without readthedocs being sad? (#2247)
This commit is contained in:
parent
d7eb35f4ee
commit
1489883571
|
|
@ -4,14 +4,6 @@
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
python:
|
|
||||||
install:
|
|
||||||
- requirements: docs/requirements.txt
|
|
||||||
- method: pip
|
|
||||||
path: .
|
|
||||||
extra_requirements:
|
|
||||||
- docs
|
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
builder: html
|
builder: html
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue