add readme and docker build (#81)

This commit is contained in:
Adil Hafeez 2024-09-25 10:05:59 -07:00 committed by GitHub
parent 43d6bc80e9
commit 425a080c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 60 deletions

2
docs/build_docs.sh Normal file
View file

@ -0,0 +1,2 @@
docker build -f Dockerfile . -t sphinx
docker run --rm -v ./:/docs sphinx make html