Docker container image to build documentations using Sphinx and Doxygen supported by Breathe.
The container image in this project contains the following tools:
- Doxygen
- Sphinx
- Breathe
- PlantUML (path is set to an environment variable
PLANTUML_JAR_PATH
) - TexLive
Test page is here.
You can pull automatically built images from following registries:
- GitLab Container Registry
- latest stable image:
registry.gitlab.com/musicscience37projects/docker/sphinx-doxygen-docker
- latest stable image:
- Docker Hub
- latest stable image:
musicscience37/sphinx-doxygen
- latest stable image:
For test of this project,
use ./tool.py test
command.