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