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

Build failing on recent merge of JSON-LD context file #214

Closed
goneall opened this issue Mar 9, 2020 · 1 comment
Closed

Build failing on recent merge of JSON-LD context file #214

goneall opened this issue Mar 9, 2020 · 1 comment
Milestone

Comments

@goneall
Copy link
Member

goneall commented Mar 9, 2020

The builds are failing while copying the static assets. I took a look at the log, but couldn't quite figure out the cause.

...
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/mkdocs/__main__.py", line 150, in build_command
    build.build(config.load_config(
  File "/usr/local/lib/python3.8/site-packages/mkdocs/commands/build.py", line 282, in build
    build_pages(config, dirty=dirty)
  File "/usr/local/lib/python3.8/site-packages/mkdocs/commands/build.py", line 213, in build_pages
    site_navigation = nav.SiteNavigation(config)
  File "/usr/local/lib/python3.8/site-packages/mkdocs/nav.py", line 43, in __init__
    self.nav_items, self.pages = _generate_site_navigation(
  File "/usr/local/lib/python3.8/site-packages/mkdocs/nav.py", line 391, in _generate_site_navigation
    for page_or_header in _follow(
  File "/usr/local/lib/python3.8/site-packages/mkdocs/nav.py", line 356, in _follow
    for sub in _follow(path, url_context, config, header=header, title=next_cat_or_title):
RuntimeError: generator raised StopIteration
##[error]Process completed with exit code 1.
@kestewart kestewart added this to the 2.2 milestone Mar 24, 2020
@kestewart
Copy link
Contributor

In discussion in meeting, this appears to be fixed by the makedocs change. Marking resolved.

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

2 participants