Skip to content

Create Dockerfile for doc generation #342

@sorrell

Description

@sorrell

It would be nice to have a Dockerfile for sphinx/docs generation for local development instead of installing all of the libs/dependencies natively on each machine.

Ideally, the Dockerfile would document the dependencies and could be built with something like:
docker build -t age-docs .

Once that image is built locally, I could then make changes to the rst/md files, and rebuild the docs by mapping in my local directory into the container, like:
docker run -v $(pwd):/app age-docs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions