This repo contains the source for sty's documentation website: http://sty.mewo.dev
The website is created with a static-site-generator named Sphinx.
The resulting builds are deployed via github-pages using this repo: https://github.com/feluxe/sty-docs-dist
You find the documentation source in the ./sphinx
directory.
Run these commands to setup the project on your machine:
$ git clone https://github.com/feluxe/sty-docs.git
$ cd sty-docs
$ poetry install
The build script comes with a small command line interface, which you can access like this:
$ poetry run python make.py
Use this command to build the website:
$ poetry run python make.py build
Open ./build/index.html
in your browser to see the result.