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 doko
Recipients Maciej Olko, benjamin.peterson, docs@python, doko, eric.araujo, ezio.melotti, georg.brandl, mdk, miss-islington, ned.deily, python-dev, rhettinger, serhiy.storchaka, skrah, terry.reedy, vstinner, willingc, xtreak
Date 2020-08-12.15:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597246898.48.0.0339151230377.issue40204@roundup.psfhosted.org>
In-reply-to
Content
3.9.0 rc1 fails to build the docs with Sphinx 3.2.0, even with setting

c_allow_pre_v3 = True
c_warn_on_allowed_pre_v3 = False

Warning, treated as error:
/packages/python/3.9/python3.9-3.9.0~rc1/Doc/c-api/buffer.rst:92:Error in declarator or parameters
Invalid C declaration: Expected identifier in nested name. [error at 5]
  void \*buf
  -----^
make[1]: *** [Makefile:52: build] Error 2


With 3.2.0, you still need to build without -W
History
Date User Action Args
2020-08-12 15:41:38dokosetrecipients: + doko, georg.brandl, rhettinger, terry.reedy, vstinner, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, skrah, docs@python, python-dev, serhiy.storchaka, willingc, mdk, miss-islington, xtreak, Maciej Olko
2020-08-12 15:41:38dokosetmessageid: <1597246898.48.0.0339151230377.issue40204@roundup.psfhosted.org>
2020-08-12 15:41:38dokolinkissue40204 messages
2020-08-12 15:41:38dokocreate