Serhiy Storchaka added the comment:
I cannot reproduce it anymore after cleaning and building from zero. Perhaps it
was a build artefact, vectorcallfunc was defined in Doc/c-api/typeobj.rst
before 9a13a388f202268dd7b771638adbec132449b98b.
Thank you for checking it Ashwin.
--
resolut
Ashwin Ramaswami added the comment:
I can no longer reproduce this issue. Has it been fixed?
$ make html
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -W . build/html
Running Sphinx v2.2.0
making output directory... don
New submission from Serhiy Storchaka :
$ make html
...
Warning, treated as error:
/home/serhiy/py/cpython/Doc/c-api/call.rst:71:duplicate C object description of
vectorcallfunc, other instance in /home/serhiy/py/cpython/Doc/c-api/typeobj.rst
--
assignee: docs@python
components: Documen