-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Unknown directive type "bibliography" #30
Comments
Get the same on bibliography, and some other like only: > rstfmt --ext txt -w 80 .
:12: (ERROR/3) Unknown directive type "only".
.. only:: html or text If the program could just skip formatting unknown directives, it would be helpful. |
I just discovered this tool, and agree about skipping unknown directives. Unknown directive type "todo". Which is available as an official sphinx plugin. conf.py extensions = [
'sphinx.ext.todo', # enable to-do sections
]
todo_include_todos = True And, I have a lot of other directives provided by plugins, so would need a way to skip them or something. |
Thanks for this tool. Thanks!! However, I too encounter the mentioned error for: .. seealso:: which is not even an extension I think (see help). And also for .. tabs:: from There should be a way to (either):
There should also be a link to #14 |
This package has helped a lot to format my rst files, but it seems to be having an issue with this:
In general it seems to not work too well with
sphinxcontrib-bibtex
as:cite:
also leads to errors(ERROR/3) Unknown interpreted text role "cite".
Looking forward to carrying on using this library and thanks for all the great work so far!
The text was updated successfully, but these errors were encountered: