Skip to content
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

Theme not working with the latest documentationjs code #3

Open
jainanshul opened this issue May 12, 2016 · 3 comments
Open

Theme not working with the latest documentationjs code #3

jainanshul opened this issue May 12, 2016 · 3 comments

Comments

@jainanshul
Copy link

I get the following error when using this theme with the latest documentationjs code.

docs/node_modules/documentation/lib/commands/build.js:60
      throw err;
      ^

TypeError: theme is not a function
    at Object.makeHTML [as html] (docs/node_modules/documentation/lib/output/html.js:21:3)
    at onDocumented (docs/node_modules/documentation/lib/commands/build.js:63:47)
    at docs/node_modules/documentation/index.js:101:7
    at docs/node_modules/documentation/lib/input/dependency.js:45:5
    at ConcatStream.<anonymous> (docs/node_modules/documentation/node_modules/concat-stream/index.js:36:43)
    at emitNone (events.js:72:20)
    at ConcatStream.emit (events.js:166:7)
    at finishMaybe (docs/node_modules/documentation/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:475:14)
    at endWritable (docs/node_modules/documentation/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:485:3)
    at ConcatStream.Writable.end (docs/node_modules/documentation/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js:455:41)
@jtorresfabra
Copy link

The error seems to be in https://github.com/documentationjs/documentation-theme-light/blob/master/index.js#L1 as it cannot be void, it needs to be a function with these signature:

module.exports = function (comments, options, callback) {
}

@pronebird
Copy link

@jtorresfabra does not work with module.exports = function (comments, options, callback) {} either.

@ur300
Copy link

ur300 commented May 1, 2019

here is the fixed version https://github.com/ur300/documentation-theme-light

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants