projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fe097
)
Fix documentation path in instruction of doc/README.
author
Camila
<hello@camila.codes>
Tue, 12 Jan 2021 17:07:36 +0000
(18:07 +0100)
committer
Camila
<hello@camila.codes>
Tue, 12 Jan 2021 17:38:43 +0000
(18:38 +0100)
Signed-off-by: Camila <hello@camila.codes>
doc/README.md
patch
|
blob
|
history
diff --git
a/doc/README.md
b/doc/README.md
index 9add0661a70376fcee4ea58c581b800491d08d6e..ad3489803d3d05be0dec80c0928d0f2b60ab9a85 100644
(file)
--- a/
doc/README.md
+++ b/
doc/README.md
@@
-10,7
+10,7
@@
```
$ git clone https://github.com/nextcloud/desktop.git
$ cd desktop
-$ cd doc
s
+$ cd doc
$ sphinx-build -b html -D html_theme='nextcloud_com' -d _build/doctrees . _build/html/com
```