Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/bai 1475 python docs no longer work locally #1585

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions backend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
FROM python:3.13.0-bullseye AS sphinx-docs

RUN apt update && apt install -y pandoc

WORKDIR /app/docs

COPY docs .

RUN pip install bailo -r requirements.txt

RUN make dirhtml

FROM node:22.6.0-alpine AS installer

RUN apk add --no-cache libc6-compat ca-certificates
Expand All @@ -9,6 +21,7 @@ COPY package*.json ./
RUN --mount=type=cache,target=/cache/npm npm install --cache=/cache/npm

COPY . .
COPY --from=sphinx-docs /app/docs/python-docs python-docs

EXPOSE 3001
EXPOSE 9229
Expand Down
4 changes: 0 additions & 4 deletions backend/python-docs/_build/.buildinfo

This file was deleted.

293 changes: 0 additions & 293 deletions backend/python-docs/_build/_modules/bailo/core/agent.html

This file was deleted.

856 changes: 0 additions & 856 deletions backend/python-docs/_build/_modules/bailo/core/client.html

This file was deleted.

153 changes: 0 additions & 153 deletions backend/python-docs/_build/_modules/bailo/core/enums.html

This file was deleted.

129 changes: 0 additions & 129 deletions backend/python-docs/_build/_modules/bailo/core/exceptions.html

This file was deleted.

Loading
Loading