Changes between Version 1 and Version 2 of Ticket #61310


Ignore:
Timestamp:
Oct 13, 2020, 6:53:31 AM (4 years ago)
Author:
lafpark
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61310 – Description

    v1 v2  
    1616{{{/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.31/doc/conf.py}}} at line 49.
    1717{{{
    18 49         lines.extend(open(rsti_dir+'/'+file))
     18 44 if tags.has('WITH_EMACS'):
     19 45     # Hacky reimplementation of include to workaround limitations of
     20 46     # sphinx-doc
     21 47     lines = ['.. include:: /../emacs/rstdoc.rsti\n\n'] # in the source tree
     22 48     for file in ('notmuch.rsti', 'notmuch-lib.rsti', 'notmuch-show.rsti', 'notmuch-tag.rsti'):
     23 49         lines.extend(open(rsti_dir+'/'+file))
     24 50     rst_epilog = ''.join(lines)
     25 51     del lines
     26 52 else:
    1927}}}
    2028The variable rsti_dir at build time contains an empty string. The variable contents is read from the file