tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.rstcheck.cfg (674B)


      1 # Reference: https://rstcheck.readthedocs.io/en/latest/usage/config/#ini-format
      2 [rstcheck]
      3 # This list might be simplified when https://github.com/rstcheck/rstcheck-core/issues/68
      4 # is fixed.
      5 ignore_directives=
      6    autoclass,
      7    autoexception,
      8    automethod,
      9    automodule,
     10    digraph,
     11    dropdown,
     12    graph,
     13    graphviz,
     14    js,
     15    js:autoclass,
     16    js:autofunction,
     17    mermaid,
     18 ignore_languages =
     19    cpp,
     20    json,
     21 ignore_messages=(Duplicate explicit target name: "(.*)"|Enumerated list start value not ordinal\-1: "\d" \(ordinal \d\)|Hyperlink target ".*" is not referenced\.|No Pygments lexer found for "none"\.)
     22 ignore_roles =
     23    js,
     24    ref,
     25    searchfox,