This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, vstinner
Date 2021-04-08.23:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617926038.1.0.613415449482.issue43774@roundup.psfhosted.org>
In-reply-to
Content
The following syntax fails on the Docs PR job of the Azure Pipelines:
------------------
.. cmdoption:: --with-cxx-main
.. cmdoption:: --with-cxx-main=COMPILER

   Compile the Python ``main()`` function and link Python executable with C++
   compiler: ``$CXX``, or *COMPILER* if specified.
------------------

Error:
------------------
Warning, treated as error:
/home/vsts/work/1/s/Doc/using/configure.rst:47:Duplicate explicit target name: "cmdoption--with-cxx-main".
Makefile:49: recipe for target 'build' failed
------------------
History
Date User Action Args
2021-04-08 23:53:58vstinnersetrecipients: + vstinner, docs@python
2021-04-08 23:53:58vstinnersetmessageid: <1617926038.1.0.613415449482.issue43774@roundup.psfhosted.org>
2021-04-08 23:53:58vstinnerlinkissue43774 messages
2021-04-08 23:53:58vstinnercreate