Skip to content

Doc Build Warnings Should Cause Failures #129

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

Closed
rmorshea opened this issue Nov 19, 2019 · 2 comments
Closed

Doc Build Warnings Should Cause Failures #129

rmorshea opened this issue Nov 19, 2019 · 2 comments
Assignees
Labels
type-docs About changes and updates to documentation

Comments

@rmorshea
Copy link
Collaborator

https://travis-ci.com/rmorshea/idom/jobs/258370959

WARNING: Cannot resolve forward reference in type annotations of "idom.core.element.element": name 'VdomDict' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.core.element.AbstractElement.mount": name 'AbstractLayout' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.core.element.Element": name 'VdomDict' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.core.element.Element.mount": name 'AbstractLayout' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.server.base.AbstractRenderServer": name 'Element' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.server.sanic.SanicRenderServer": name 'Element' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.server.sanic.PerClientState": name 'Element' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.server.sanic.SharedClientState": name 'Element' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.widgets.common.EvalElement.mount": name 'AbstractLayout' is not defined
WARNING: Cannot resolve forward reference in type annotations of "idom.widgets.inputs.Input.mount": name 'AbstractLayout' is not defined
WARNING: Cannot treat a function defined as a local function: "idom.widgets.html.html"  (use @functools.wraps)
WARNING: Cannot resolve forward reference in type annotations of "idom.widgets.html.html": name 'EventHandlerFunction' is not defined
@rmorshea rmorshea added the type-docs About changes and updates to documentation label Nov 19, 2019
@rmorshea rmorshea self-assigned this Nov 19, 2019
@rmorshea
Copy link
Collaborator Author

I have a sphinx extension that I've been using at work that I would like to open source to help fix these issues.

@rmorshea
Copy link
Collaborator Author

Completed in #409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-docs About changes and updates to documentation
Projects
None yet
Development

No branches or pull requests

1 participant