langdon
Langdon Whitemaintainer
Hosted at docs.pagure.org/modularity/
If you want to change anything in the docs, please send a pull-request to this repo. Someone from the Modularity team will review and push your changes.
The website is using Python Sphinx. To build it locally, install the necessary packages:
$ sudo dnf install python3-sphinx make
and build it using make:
$ make html
The result will be in build/html/
.