Skip to content

Documentation tweaks to address Sphinx build errors and warnings#1604

Open
nchammas wants to merge 1 commit into
lark-parser:masterfrom
nchammas:sphinx-errors
Open

Documentation tweaks to address Sphinx build errors and warnings#1604
nchammas wants to merge 1 commit into
lark-parser:masterfrom
nchammas:sphinx-errors

Conversation

@nchammas

@nchammas nchammas commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

I see this when I build the docs locally using make html:

.../lark/lark.py:docstring of lark.lark.Lark:29: ERROR: Unexpected indentation.
.../lark/lark.py:docstring of lark.lark.Lark:30: WARNING: Block quote ends without a blank line; unexpected unindent.
.../lark/lark.py:docstring of lark.lark.Lark:93: WARNING: Definition list ends without a blank line; unexpected unindent.
.../lark/tree.py:docstring of lark.tree.Tree:10: ERROR: Unexpected indentation.
.../lark/tree.py:docstring of lark.tree.Tree:11: WARNING: Block quote ends without a blank line; unexpected unindent.

This PR address all of these errors and warnings.

I'm running Sphinx 7.3.7.

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

Successfully merging this pull request may close these issues.

2 participants