forked from platypush/platypush
22 lines
512 B
Markdown
22 lines
512 B
Markdown
|
# Platypush self-generated reference
|
||
|
====================================
|
||
|
|
||
|
This directory contains the Sphinx self-generated documentation for Platypush.
|
||
|
|
||
|
Dependencies required to generate the documentation:
|
||
|
|
||
|
```shell
|
||
|
$ [sudo] pip install sphinx 'git+https://github.com/bashtage/sphinx-material.git'
|
||
|
```
|
||
|
|
||
|
To generate the HTML documentation:
|
||
|
|
||
|
```shell
|
||
|
$ make html
|
||
|
```
|
||
|
|
||
|
The output will be generated under `build/html`.
|
||
|
|
||
|
Type `make` with no additional arguments to get a full list of the supported output formats.
|
||
|
|