fix build break (#730)

docs build was breaking because requirements file was getting ignored from .dockerignore
This commit is contained in:
Adil Hafeez 2026-02-09 10:08:20 -08:00 committed by GitHub
parent 631bd0db1a
commit 99077d83fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
set -e
docker build -f docs/Dockerfile . -t sphinx
# Clean build output locally