Dockerfile linksWhere to get help: the Riptide Docker Images Github Repository
Where to file issues: https://github.com/theCapypara/riptide-docker-images/issues
Maintained by: the Riptide Community
Source of this description: README in riptide-docker-images repo (history)
Sphinx is a tool for building documentations. More information can be found on the [http://www.sphinx-doc.org/en/master/](Sphinx homepage).
This image includes the latest version of
The default command runs sphinx-autobuild and insalls some requirements before this.
Default working directory is /src.
This image is meant to be used with Riptide. Using it without Riptide is probably possible, but not supported.
See the community repository entry for https://github.com/theCapypara/riptide-repo/tree/master/app/sphinx/latest.yml.
This image supports run_as_current_user: true for services (this is the default).
docker run -p 8000:8000 \
-v "$(pwd):/src" \
--user "$(id -u)" \
riptidepy/sphinx
This will start sphinx_autobuild and bind it to the local port 8000.
| Name | Required | Example Value(s) | Description |
|---|---|---|---|
| SPHINX_CONF_DIR | yes | source | Path to the source directory |
| SPHINX_BUILD | yes | build | Path to the build directory |
| REQUIREMENTS_FILE | no | requirements.txt | If set: Read requirements from this file before running sphinx-autobuild |
Content type
Image
Digest
sha256:a23fa7846…
Size
452.3 MB
Last updated
3 months ago
docker pull riptidepy/sphinx