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

6
docs/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM sphinxdoc/sphinx
WORKDIR /docs
ADD requirements.txt /docs
RUN python3 -m pip install -r requirements.txt
RUN pip freeze