Changeset 0977d61 for general/prog


Ignore:
Timestamp:
03/11/2024 11:38:44 AM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, trunk
Children:
70d99ec4
Parents:
311b162
git-author:
Xi Ruoyao <xry111@…> (03/11/2024 11:34:03 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/11/2024 11:38:44 AM)
Message:

gi-docgen: Silence graphviz warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/gi-docgen.xml

    r311b162 r0977d61  
    7878      </para>
    7979
    80       <bridgehead renderas="sect5">Optional (for testing)</bridgehead>
     80      <bridgehead renderas="sect5">Optional</bridgehead>
    8181      <para role="optional">
    82         <xref linkend="pytest"/>
     82        <xref role='runtime' linkend='graphviz'/> (runtime, for visualizing
     83        class hierarchy graphs) and
     84        <xref linkend="pytest"/> (for testing)
    8385      </para>
    8486
     
    8789    <sect3 role="installation">
    8890      <title>Installation of gi-docgen</title>
     91
     92    <!-- https://gitlab.gnome.org/GNOME/gi-docgen/-/issues/188 -->
     93    <para>
     94      Silence a warning from the Graphviz <command>dot</command> utility
     95      which will cause documentation of various packages fail to build
     96      if Graphviz is installed but built without Pango, and
     97      <command>gi-docgen</command> is invoked with the
     98      <option>--fatal-warnings</option> option:
     99    </para>
     100
     101    <screen><userinput>sed 's/"dot", /&amp;"-q", /' -i gidocgen/utils.py</userinput></screen>
    89102
    90103    <para> Build the module: </para>
Note: See TracChangeset for help on using the changeset viewer.