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
Related to #26
docs/index.rst:2: D000 Error in "code-block" directive: unknown option: "linenos".
The same for these options:
linenos
lineno-start
caption
emphasize-lines
dedent
In Sphinx, this is valid, but doc8 sees it as an error.
.. code-block:: python :linenos: :caption: test.py :name: test.py :emphasize-lines: 2 def foo(): return "bar"
The text was updated successfully, but these errors were encountered:
It's an old issue it seems.
Refs:
Sorry, something went wrong.
Also seeing this. Breaking multiple linting checks pipeline.
fail_on_warning
I have the same issue here 😢
Code example:
.. code:: pycon :force: >>> assert Failure(1).failure() == 1 >>> Success(1).failure() Traceback (most recent call last): ... returns.primitives.exceptions.UnwrapFailedError
doc8 output:
docs/pages/railway.rst:146: D000 Error in "code" directive: unknown option: "force". docs/pages/railway.rst:163: D000 Error in "code" directive: unknown option: "force".
No branches or pull requests
Related to #26
The same for these options:
linenos
lineno-start
caption
emphasize-lines
dedent
In Sphinx, this is valid, but doc8 sees it as an error.
The text was updated successfully, but these errors were encountered: