Commit 48859cb3 authored by Mario's avatar Mario
Browse files

turned off the show in generate_docu

parent b40c91a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ def test_docu_with_sim():
    docu.generate_docu(
        docu_path,
        plot_specs=[{"type": "gummel_vbc", "key": "fgummel", "style": "xtraction_color"}],
        show=True,  # not possible in CI/CD
        show=False,  # not possible in CI/CD
        save_tikz_settings={
            "width": "3in",
            "height": "5in",