This is a Docker image builder that produces an environment capable of building the KiCad documentation.
Method
-
Install Docker. On Ubuntu:
sudo apt-get install docker.io
-
Clone the docs
-
Build the Docker image (you only need to do this once, or if you change the Dockerfile or files that go into the image:
-
sudo docker build -t kicad-img kicad-doc/utils/docker
-
-
Run the build script within docker:
-
sudo docker run -v $(pwd)/kicad-doc:/mnt/kicad-doc kicad-img
-