Skip to content

Commit 45e49b1

Browse files
committed
Fix DDEV
1 parent 1dde4ff commit 45e49b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ddev/web-build/Dockerfile.sphinx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN curl -sSL https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o
55
RUN chmod +x /usr/local/bin/pipx
66

77
RUN pipx install --global sphinx
8-
RUN pipx install --force --global --include-deps sphinx-rtd-theme
8+
RUN pipx inject --global sphinx sphinxcontrib-phpdomain sphinx-rtd-theme

0 commit comments

Comments
 (0)