GaneshPatil7517 opened a new pull request, #19863:
URL: https://github.com/apache/datafusion/pull/19863

   This PR adds a Docker-based workflow for building DataFusion documentation, 
allowing contributors to build docs without installing additional host 
dependencies.
   
   The container includes all required tools (Rust 1.92.0, cargo-depgraph, 
Sphinx, etc.) and provides a simple, reproducible build process.
   
   This addresses #19777.
   
   ## What's included:
   - Dockerfile with all doc build dependencies
   - docker-compose.yml for easy usage
   - Updated docs/README.md with clear instructions
   - Cross-platform compatibility (handles Windows/Unix line endings)
   
   ## Usage:
   ```sh
   docker-compose run --rm docs bash build.sh
   # or
   docker build -t datafusion-docs -f docs/Dockerfile .
   docker run --rm -v $(pwd):/work datafusion-docs bash build.sh


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to