1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-25 03:42:48 +02:00
Nextcloud-Desktop/doc/README.md
Camila ab563dcef4 Add README with instructions on how to build the documentation.
Signed-off-by: Camila <hello@camila.codes>
2020-09-10 12:20:06 +02:00

609 B

Desktop client documentation

How to build the documentation

  • After installing sphinx you can run:
$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
$ cd docs
$ sphinx-build -b html -D html_theme='nextcloud_com' -d _build/doctrees   . _build/html/com

The documentation html files will be at desktop/docs/_build/html/com.