mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Use Nextcloud documentation
This commit is contained in:
parent
6af7558a7d
commit
821991868d
3 changed files with 5 additions and 10 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "ocdoc"]
|
||||
path = user_manual/ocdoc
|
||||
url = https://github.com/owncloud/documentation
|
||||
url = https://github.com/nextcloud/documentation
|
||||
branch = master
|
||||
|
|
|
@ -42,22 +42,17 @@ help:
|
|||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
$(SPHINXBUILD) -b html -D html_theme='nextcloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/com."
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 343496c792616459e8204b6614fd42a1b16a6d68
|
||||
Subproject commit a4dcad98f92eeb4caef89b4e860d4359385f0697
|
Loading…
Reference in a new issue