diff --git a/doxygen/doxygen.Dockerfile b/doxygen/doxygen.Dockerfile index 87d2a49648..17fdf755a7 100644 --- a/doxygen/doxygen.Dockerfile +++ b/doxygen/doxygen.Dockerfile @@ -14,10 +14,8 @@ RUN cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DKICAD_SCRIPTING_WXPYTHON=ON \ -DKICAD_SPICE=ON RUN make doxygen-docs -RUN make doxygen-python FROM scratch as output-image -COPY --from=build-doxygen-env /src/doxygen/out/html /doxygen-docs_html -COPY --from=build-doxygen-env /src/build/pcbnew/doxygen-python/html /doxygen-python_html \ No newline at end of file +COPY --from=build-doxygen-env /src/doxygen/out/html /doxygen-docs_html \ No newline at end of file