This repository is the documentation for Mailsac. It includes examples, service information, privacy policy, and terms of services.
These documents are published to docs.mailsac.com, they can be built locally for testing purposes.
-
Clone this repo
git clone https://github.com/mailsac/mailsac-examples.git
-
Change directories to the cloned repo
cd mailsac-examples
-
Setup virtual environment (option but helps isolate python modules)
python3 -m venv venv
source venv/bin/activate
-
Install sphinx
pip3 install -r requirements.txt
-
Run build script
make html
-
Build results can be found in
_build/html/
-
Optional - run a server to view the html output.
npm install http-server -g
http-server _build/html
-
Alternatively the reStructuredText Visual Studio Code extension can be used for live previews
Copyright © 2019-2023 by Forking Software LLC
MIT License
See the LICENSE file in this repository.