nextcloud-desktop/doc
Lorenzo Tanganelli 766d910d83
fix doc configuration file
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
2024-06-10 14:30:34 +02:00
..
_shared_assets Fix typos found by codespell 2023-06-21 08:47:13 +02:00
dev Remove duplicated instructions. 2024-05-14 10:28:17 +02:00
images Update instructions to build on Windows. 2024-05-14 10:28:17 +02:00
scripts
advancedusage.rst
architecture.rst
autoupdate.rst
building.rst Improve text about %PATH% and KDE Craft. 2024-05-14 10:28:17 +02:00
CMakeLists.txt
conf.py Revert "Bump version to 3.13.0." 2024-04-23 20:37:38 +02:00
conffile.rst fix doc configuration file 2024-06-10 14:30:34 +02:00
conflicts.rst Fix typos found by codespell 2023-06-21 08:47:13 +02:00
envvars.rst
faq.rst Extend 'How the "Edit locally" functionality works' text. 2024-05-15 15:42:23 +02:00
glossary.rst
index.rst
installing.rst update doc with install requirements for Qt6 supported platforms 2024-05-15 15:49:53 +02:00
introduction.rst Fix typos found by codespell 2023-06-21 08:47:13 +02:00
logo-blue.pdf
lowdiskspace.rst
Makefile
massdeploymentcommandline.rst Fix residual typos found by codespell 2023-06-22 17:47:20 +02:00
navigating.rst Fix typos found by codespell 2023-06-21 08:47:13 +02:00
nextcloudcmd.rst
options.rst
README.md
troubleshooting.rst docs(troubleshooting) Add warning about sensitive data in logs 2023-11-28 10:02:00 +01:00
visualtour.rst Fix new typos found by codespell 2023-09-17 10:41:38 +02:00
wizardaccountsetupcommandline.rst

Desktop client documentation

The main nextcloud Documentation is found at https://github.com/nextcloud/documentation

The rst files from the current stable branch will be parsed with sphinx to be used at https://docs.nextcloud.com/desktop/latest/

Dependencies

You will need to have Sphinx, which comes packaged with Python 3.

In addition, run the following to install PdfLatex and Doxygen.

  • On Linux:
$ sudo apt install doxygen python texlive-latex-base texlive-latex-extra

Note: You may use something other than apt depending on your distribution.

% brew install basictex doxygen python

How to build the documentation

In your repositories directory:

$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
$ cd doc
$ 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.