-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove clean documentation theme #337
Conversation
src/docs/build.js
Outdated
@@ -69,7 +69,7 @@ function build (ctx) { | |||
if (fmt === 'html') { | |||
return documentation.build(files, getOpts(pkg)) | |||
.then((docs) => documentation.formats.html(docs, { | |||
theme: require.resolve('clean-documentation-theme'), | |||
// theme: require.resolve('clean-documentation-theme'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just removing it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More of a general note for the future: I like if commit messages also mention the why.
the merge will include the why |
Temporarily right because the docs command uses it? |
We might just use the default one. These docs aren't used much it's mostly readme docs. |
i think im gonna cancel this because documentation.js itself depends on highlight.js ... |
Perhaps it would be good to do a pilot of shrinkwrap for aegir, #330. It would solve this kind of problem, and since it's a dev dependency would be a good project to run a pilot on. |
closing this, problem was fixed upstream |
clean-documentation-theme depends on highlight.js which is breaking all
npm i
run this PR removes clean-documentation-theme