New submission from Julien: Hi,
In https://docs.python.org/3.7/using/windows.html, right before https://docs.python.org/3.7/using/windows.html#additional-modules, the "Changed in version 3.6:" content lacks an indentation. It look like it's nothing, but it breaks the PDF generation, by generating invalid latex. I attached the simple patch to fix this, and tested it, it's now rendered with the correct indentation and the PDF builds successfully. A grep -A10 -r 'versionchanged::$' show no other problems of indentation on those blocks (and shows this is the right way to fix it). ---------- assignee: docs@python components: Documentation files: using_windows_versionchanged.patch keywords: patch messages: 278996 nosy: docs@python, sizeof priority: normal severity: normal status: open title: Missing indentation in using/windows.rst type: enhancement versions: Python 3.6, Python 3.7 Added file: http://bugs.python.org/file45145/using_windows_versionchanged.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28479> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com