-
Notifications
You must be signed in to change notification settings - Fork 144
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
ReST export plugin should accept --template option #2218
Conversation
8be9a6b
to
3b3ae1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like the confusion with saying 'rst|template' only for Plans and Test exports as there is no 'rst' nor 'template' how. However we shouldnt have --template option there at all.
Thus it keeps current status quo.
3b3ae1a
to
eb2baec
Compare
Good point, I didn't notice there's another bug hiding in plain sight, I tried to improve things in eb2baec: |
The option was accepted by `template` plugin only, but it absolutely makes sense for `-h rst` to accept it as well. There is a default story template, and no other template can be used...
7de7b1f
to
fe02bd5
Compare
Rawhide failure in /plans/install/pip/full :: Problem already reported in aiohttp issue tracker - aio-libs/aiohttp#7229 IMO we have no other way than ignore this failure (what uses it btw?) |
Seems this is pulled in by
|
The option was accepted by
template
plugin only, but it absolutely makes sense for-h rst
to accept it as well. There is a default story template, and no other template can be used...