Remove bit about requirements.txt

This commit is contained in:
danfunk 2023-05-18 11:19:08 -04:00
parent 2278ea4ecb
commit d0e5d0a87a
1 changed files with 1 additions and 6 deletions

View File

@ -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