Skip to content

yuanshunning/pickit-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pickit docs

Build html on Docker

A Dockerfile is included to build & host the html with the ReadTheDocs Theme locally. The docker container runs sphinx-autobuild which automatically watches for changes so you don't have to manually rebuild everytime you change something.

Build the image:

docker build --tag=pickit-docs .

Run the docker container:

docker run -it --rm -p 8080:8080 --name pickit-docs -v $PWD/docs:/docs pickit-docs

You can now access the documentation at http://localhost:8080.

If you want to get the static html files, you can copy them from the running container:

docker cp pickit-docs:/home/python/_build/html /tmp/

The errors of the build process are printed on the screen.

About

Sources for docs.pickit3d.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published