We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With ":format: python" the rendered rst available to sphinx seems to have indent inconsistency.
Search for IndentationError here: https://travis-ci.org/jonathan-taylor/regreg/jobs/581371183#L1864
Raw file is here: https://raw.githubusercontent.com/jonathan-taylor/regreg/master/doc/source/examples/LASSO.rst
The text was updated successfully, but these errors were encountered:
It seems sphinx directives by default assume 3 spaces? Is that correct? If so, then maybe the .. code-block:: should also only include 3 spaces?
Sorry, something went wrong.
I'm pretty sure the rule is only that the indentation has to match - like Python.
In your file, the directive text should be at the same indentation as :format: ... I think it's one extra space indented.
:format:
Got it, that did occur to me as well. Will try that.
No branches or pull requests
With ":format: python" the rendered rst available to sphinx seems to have indent inconsistency.
Search for IndentationError here: https://travis-ci.org/jonathan-taylor/regreg/jobs/581371183#L1864
Raw file is here: https://raw.githubusercontent.com/jonathan-taylor/regreg/master/doc/source/examples/LASSO.rst
The text was updated successfully, but these errors were encountered: