diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-10-19 12:36:09 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-10-19 12:36:09 +0200 |
commit | 07c03173d4e6a30953f92fa88ed29b0b956c9106 (patch) | |
tree | bb53a5ea16dc7f52fdd7bb3d9a237fab67a10b5e /package.json | |
parent | 6ca08b05a93d6286e5d6a1e5ef779913fa6d644a (diff) |
jsdoc: switch to own custom theme
Switch to a custom fork of the clean jsdoc theme to address a number
of quirks and to directly incorporate CSS and markup changes.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b52247f..04c7471 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "doc": "LC_ALL=C jsdoc -c jsdoc/conf.json" }, "devDependencies": { - "clean-jsdoc-theme": "^4.2.9", + "ucode-jsdoc-theme": "https://github.com/jow-/ucode-jsdoc-theme.git", "jsdoc": "^4.0.2" } } |