build-enviroment for https://blag.felixhummel.de/ (basically Python's Sphinx)
390
In a Sphinx directory:
docker run --rm \
--volume "$PWD:/usr/src/blag" \
--user $(id -u):$(id -g) \
registry.gitlab.com/felixhummel/blag-build:master \
sphinx-build -b html -d _build/doctrees . _build/html
HTML should be available in _build/html.
While writing locally:
docker run --rm \
--volume "$PWD:/usr/src/blag" \
--user $(id -u):$(id -g) \
registry.gitlab.com/felixhummel/blag-build:master \
./reloader.py
make
When done, wait for CI and pull again
git push
python -m http.browser https://gitlab.com/felixhummel/blag-build/pipelines
# ...
docker pull registry.gitlab.com/felixhummel/blag-build:master
Content type
Image
Digest
Size
57.6 MB
Last updated
almost 7 years ago
docker pull felix/blag