Arfrever Frehtes Taifersar Arahesis added the comment:
It seems to have been fixed by:
New changeset f8dbec87dbfe by Georg Brandl in branch '3.4':
Fix option description that is a warning in new Sphinx versions.
http://hg.python.org/cpython/rev/f8dbec87dbfe
--
nosy: +Arfrever
resolution
New submission from Antoine Pitrou:
When building the docs, I get the following message:
/home/antoine/cpython/default/Doc/library/compileall.rst:23: WARNING: Malformed
option description u'[directory|file]...', should look like "-opt args", "--opt
args" or "/opt args"
--
assignee: do