You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.. | ||
Dockerfile | 4 years ago | |
README.md | 5 years ago | |
build-docs.sh | 4 years ago | |
build.sh | 4 years ago | |
start | 5 years ago |
README.md
Docs Builder
A docker image for building pyircbot's docs.
Usage:
- Create image:
cd docs/builder ; docker build -t pybdocbuilder .
- Build docs:
docker run --rm -v /local/path/to/doc/output/:/tmp/docs/ pybdocbuilder /start
Or, use a local directory instead of git master and build docs into docs/_build/html
:
mkdir docs/_build
docker run -it --rm -v /localpath/to/pyircbot/repo/:/tmp/pyircbot/ pybdocbuilder