question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docs: running `make` throws errors

See original GitHub issue

I get this error

writing output... [  4%] about/architecture                                                                                                                                
Exception occurred:
  File "/Library/Python/2.7/site-packages/docutils/writers/html4css1/__init__.py", line 381, in depart_enumerated_list
    self.compact_simple, self.compact_p = self.context.pop()
ValueError: too many values to unpack

Full log: https://gist.github.com/6913faffb390239e6b2ed19fa8ae26bc

When I reduce the content of architecture.rst to just

Architecture
============

it works. Can I do anything about this? It works on readthedocs.org

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
NimmiWcommented, Mar 19, 2017

@fozy81 yes it’s close to the end of documentation. And its a pleasure to have your company and help all the time 😃

1reaction
fozy81commented, Mar 19, 2017

@NimmiW glad it works! Yes, lots of warnings, I’ve not quite sure why 😕 . But at least it builds locally and so useful for testing. Thanks for all the changes you’ve made, i think it’s close to all documentation being ‘complete’ 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error handling - Apollo GraphQL Docs
Throwing errors ​​ For example, it throws a GRAPHQL_VALIDATION_FAILED error whenever an incoming operation isn't valid against the server's schema. Your resolvers ...
Read more >
Troubleshooting | Apps Script - Google Developers
When your script encounters an error, an error message is displayed. The message is accompanied by a line number used for troubleshooting. There ......
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
Exceptions¶. Even if a statement or expression is syntactically correct, it may cause an error when an attempt is made to execute it....
Read more >
Error Handling — The Swift Programming Language (Swift 5.7)
Throwing an error lets you indicate that something unexpected happened and the normal flow of execution can't continue. You use a throw statement...
Read more >
throw - JavaScript - MDN Web Docs - Mozilla
The throw statement throws a user-defined exception. Execution of the current function will stop (the statements after throw won't be executed) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found