unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 9170920a7b62fc38d37804e4a83b7769db2ded00 3214 bytes (raw)
name: doc/conf.py 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
 
# -*- coding: utf-8 -*-

import sys
import os

# -- General configuration ------------------------------------------------
#
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix of source filenames.
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'notmuch'
copyright = u'2014, Carl Worth and many others'

# The short X.Y version.
version = '0.17'
# The full version, including alpha/beta/rc tags.
release = '0.17'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
html_theme = 'default'


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# Output file base name for HTML help builder.
htmlhelp_basename = 'notmuchdoc'

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
    ('notmuch', 'notmuch', u'thread-based email index, search, and tagging',
     [u'Carl Worth and many others'], 1),
    ('notmuch-search', 'notmuch-search', u'search the notmuch mail index',
     [u'Carl Worth and many others'], 1),
    ('notmuch-search-terms', 'notmuch-search-terms', u'query format for notmuch',
     [u'Carl Worth and many others'], 7),

]

# If true, show URL addresses after external links.
#man_show_urls = False

# -- Options for Texinfo output -------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
#  dir menu entry, description, category)
texinfo_documents = [
  ('notmuch', 'notmuch', u'notmuch Documentation',
   u'Carl Worth and many others', 'notmuch', 'thread-based email index, search and tagging',
   'Miscellaneous'),
  ('notmuch-emacs', 'notmuch-emacs', u'notmuch Documentation',
   u'Carl Worth and many others', 'notmuch-emacs', 'emacs based front-end for notmuch',
   'Miscellaneous'),
  ('notmuch-search', 'notmuch-search', u'notmuch Documentation',
   u'Carl Worth and many others', 'notmuch-search', 'search the notmuch mail index.',
   'Miscellaneous'),
  ('notmuch-search-terms', 'notmuch-search-terms', u'notmuch Documentation',
   u'Carl Worth and many others', 'notmuch-search-terms', 'query syntax for notmuch.',
   'Miscellaneous'),
]

# If true, do not generate a @detailmenu in the "Top" node's menu.
texinfo_no_detailmenu = True

debug log:

solving 9170920 ...
found 9170920 in https://yhetil.org/notmuch/1390925558-15873-2-git-send-email-david@tethera.net/

applying [1/1] https://yhetil.org/notmuch/1390925558-15873-2-git-send-email-david@tethera.net/
diff --git a/doc/conf.py b/doc/conf.py
new file mode 100644
index 0000000..9170920

Checking patch doc/conf.py...
Applied patch doc/conf.py cleanly.

index at:
100644 9170920a7b62fc38d37804e4a83b7769db2ded00	doc/conf.py

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).