It's now an error to try to add an object or array to itself. The encoder checks for circular references and fails with an error status if one is detected.
To build the documentation, invoke
sphinx-build . .build/html
in this directory. Then point your browser to .build/html/index.html.