Éric Araujo <mer...@netwok.org> added the comment:

Thanks for the review.  I agree and committed changes in r86632.

The problem with :option:`-c` is probably that Sphinx wants to find a “.. 
cmdoption:: -c” joined with the latest program directive it has seen, and thus 
can’t find the -c defined with a previous program directive.  I fought hard 
with that, trying :option:`-c <cmdoption-unittest-c>` and :ref:, but no luck.  
I finally just used ```` markup.  When #10470 is implemented the two option 
lists will be merged and I’ll be able to use :option:`-c`.

Georg, it would be nice if you could confirm or infirm my analysis.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9312>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to