mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Merge branch 'main' into adil/use_standard_tracing
This commit is contained in:
commit
5c93c8f9c1
7 changed files with 130 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM sphinxdoc/sphinx
|
||||
|
||||
WORKDIR /docs
|
||||
ADD docs/requirements.txt /docs
|
||||
COPY docs/requirements.txt /docs
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
RUN pip freeze
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
docker build -f docs/Dockerfile . -t sphinx
|
||||
|
||||
# Clean build output locally
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue