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

8
docs/README.md Normal file
View file

@ -0,0 +1,8 @@
## Generate HTML from reStructuredText files
To generate docs execute following command,
```sh
sh build_docs.sh
```
## Requirements
This build system requires [docker](https://docs.docker.com/engine/install/) to be intsalled and running locally.