Remove bit about requirements.txt
This commit is contained in:
parent
2278ea4ecb
commit
d0e5d0a87a
|
@ -23,7 +23,7 @@ build:
|
||||||
post_install:
|
post_install:
|
||||||
- cd docs
|
- cd docs
|
||||||
- poetry install
|
- poetry install
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
@ -31,8 +31,3 @@ sphinx:
|
||||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||||
# formats:
|
# formats:
|
||||||
# - pdf
|
# - pdf
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
|
||||||
python:
|
|
||||||
install:
|
|
||||||
- requirements: docs/requirements.txt
|
|
Loading…
Reference in New Issue