[issue37057] suspicious.py sphinx extension access non-existing attribute.

2019-05-26 Thread SilentGhost
Change by SilentGhost : -- superseder: -> inconsistencies in docs builds (Sphinx 2) ___ Python tracker ___ ___ Python-bugs-list mai

[issue37057] suspicious.py sphinx extension access non-existing attribute.

2019-05-26 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue37057] suspicious.py sphinx extension access non-existing attribute.

2019-05-26 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: Oh yeah, I do... and you are right this is duplicate. -- ___ Python tracker ___ ___ Python-b

[issue37057] suspicious.py sphinx extension access non-existing attribute.

2019-05-26 Thread SilentGhost
SilentGhost added the comment: This looks like a duplicate of #36853. Do you happen to have sphinx 2 installed? -- assignee: -> docs@python components: +Documentation nosy: +SilentGhost, docs@python ___ Python tracker

[issue37057] suspicious.py sphinx extension access non-existing attribute.

2019-05-26 Thread Matthias Bussonnier
New submission from Matthias Bussonnier : On a local branch with some modified docs ``` Traceback (most recent call last): File "/Users/bussonniermatthias/dev/cpython/Doc/venv/lib/python3.8/site-packages/sphinx/cmd/build.py", line 284, in build_main app.build(args.force_all, filenames)