Message375254
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 |
|
Date |
User |
Action |
Args |
2020-08-12 15:41:38 | doko | set | recipients:
+ 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:38 | doko | set | messageid: <1597246898.48.0.0339151230377.issue40204@roundup.psfhosted.org> |
2020-08-12 15:41:38 | doko | link | issue40204 messages |
2020-08-12 15:41:38 | doko | create | |
|