From e194b4e6ff25133afcd9f1ed480c6c4bf536dcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Wed, 6 May 2020 15:23:54 +0200 Subject: [PATCH] [ivette] fix typedoc output --- ivette/.gitignore | 2 -- ivette/Makefile | 8 -------- ivette/tsconfig.json | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/ivette/.gitignore b/ivette/.gitignore index a00454cab6e..da037a9e2fa 100644 --- a/ivette/.gitignore +++ b/ivette/.gitignore @@ -9,8 +9,6 @@ yarn.lock yarn-error.log /bin /dist -/build /doc/html -/doc/typedoc # -------------------------------------------------------------------------- diff --git a/ivette/Makefile b/ivette/Makefile index c4d4907ad66..2953dba00dc 100644 --- a/ivette/Makefile +++ b/ivette/Makefile @@ -28,17 +28,9 @@ lint: dome-pkg dome-templ # --- Ivette Documentation # -------------------------------------------------------------------------- -# can also use dome-doc to generate Dome-only documentation - -D_ICONS=$(addprefix $(DOME)/doc/template/gallery-, head.html icons.html tail.html) -D_OUT=doc/html - doc: @echo "[Ivette] documentation" - @rm -fr $(D_OUT) - @mkdir -p $(D_OUT) @yarn run typedoc - @echo "[Ivette] $(D_OUT)/index.html" # -------------------------------------------------------------------------- # --- Ivette Plugins diff --git a/ivette/tsconfig.json b/ivette/tsconfig.json index 104ce5b3197..c153f4aa0d8 100644 --- a/ivette/tsconfig.json +++ b/ivette/tsconfig.json @@ -83,7 +83,7 @@ "includeVersion": true, "disableSources": true, "mode": "modules", - "out": "doc/typedoc", + "out": "doc/html", "excludePrivate": true, "stripInternal": true, "readme": "./README.md", -- GitLab