)]}'
{"openstackdocstheme/ext.py":[{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"69406cf0205762356c8d3639c90cebdd677a4f92","unresolved":false,"context_lines":[{"line_number":384,"context_line":"        app.config.release \u003d project_version"},{"line_number":385,"context_line":""},{"line_number":386,"context_line":"    if not app.config.latex_engine:"},{"line_number":387,"context_line":"        app.config.latex_engine \u003d \u0027xelatex\u0027"},{"line_number":388,"context_line":""},{"line_number":389,"context_line":"    theme_logo \u003d paths.get_theme_logo_path(app.config.html_theme)"},{"line_number":390,"context_line":"    pdf_theme_path \u003d paths.get_pdf_theme_path(app.config.html_theme)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ff570b3c_406f7091","line":387,"updated":"2020-05-14 20:24:32.000000000","message":"The python-novaclient job is unfortunately still failing after the new release of 2.1.1 [1] with the same error I saw when the latex_engine was not \u0027xelatex\u0027. My guess is that by the time we get here, app.config.latex_engine is already defaulted to something (maybe \u0027pdflatex\u0027), so this logic doesn\u0027t run. :(\n\nThe original code was setting latex_engine \u003d \u0027xelatex\u0027 without checking \u0027if not app.config.latex_engine\u0027.\n\n[1] https://zuul.opendev.org/t/openstack/build/dd466c12645f44568433d7a9843f689c/log/job-output.txt#1228","commit_id":"31642dd188121539395091979cf279e41be664a6"},{"author":{"_account_id":4690,"name":"melanie witt","display_name":"melwitt","email":"melwittt@gmail.com","username":"melwitt"},"change_message_id":"d7389f31a28d581c029cbe037237b8ec3837fd8e","unresolved":false,"context_lines":[{"line_number":384,"context_line":"        app.config.release \u003d project_version"},{"line_number":385,"context_line":""},{"line_number":386,"context_line":"    if not app.config.latex_engine:"},{"line_number":387,"context_line":"        app.config.latex_engine \u003d \u0027xelatex\u0027"},{"line_number":388,"context_line":""},{"line_number":389,"context_line":"    theme_logo \u003d paths.get_theme_logo_path(app.config.html_theme)"},{"line_number":390,"context_line":"    pdf_theme_path \u003d paths.get_pdf_theme_path(app.config.html_theme)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ff570b3c_c092604b","line":387,"in_reply_to":"ff570b3c_406f7091","updated":"2020-05-14 20:32:48.000000000","message":"The default for latex_engine is \u0027pdflatex\u0027:\n\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-latex_engine\n\nand I\u0027m guessing by the time we get here, the app.config has already been initialized with defaults.","commit_id":"31642dd188121539395091979cf279e41be664a6"}]}
