blob: 050d44c0fa69199bd014409bf632a0c5749d6332 [file] [log] [blame]
Vince Lehmanb722b102014-08-24 16:33:49 -05001# -*- coding: utf-8 -*-
2#
Davide Pesaventof6be8e32020-04-30 16:06:03 -04003# Configuration file for the Sphinx documentation builder.
Vince Lehmanb722b102014-08-24 16:33:49 -05004#
Davide Pesaventof6be8e32020-04-30 16:06:03 -04005# This file only contains a selection of the most common options. For a full
6# list see the documentation:
7# http://www.sphinx-doc.org/en/master/config
Vince Lehmanb722b102014-08-24 16:33:49 -05008
Davide Pesaventof6be8e32020-04-30 16:06:03 -04009# -- Path setup --------------------------------------------------------------
Vince Lehmanb722b102014-08-24 16:33:49 -050010
11# If extensions (or modules to document with autodoc) are in another directory,
12# add these directories to sys.path here. If the directory is relative to the
13# documentation root, use os.path.abspath to make it absolute, like shown here.
Davide Pesaventof6be8e32020-04-30 16:06:03 -040014#
15# import os
16import sys
17# sys.path.insert(0, os.path.abspath('.'))
Vince Lehmanb722b102014-08-24 16:33:49 -050018
Davide Pesaventof6be8e32020-04-30 16:06:03 -040019
20# -- Project information -----------------------------------------------------
21
22project = u'Named Data Link State Routing Protocol (NLSR)'
23copyright = u'Copyright © 2014-2020 Named Data Networking Project.'
24author = u'Named Data Networking Project'
25
26# The short X.Y version
27#version = ''
28
29# The full version, including alpha/beta/rc tags
30#release = ''
31
32# There are two options for replacing |today|: either, you set today to some
33# non-false value, then it is used:
34#today = ''
35# Else, today_fmt is used as the format for a strftime call.
36today_fmt = '%Y-%m-%d'
37
38
39# -- General configuration ---------------------------------------------------
Vince Lehmanb722b102014-08-24 16:33:49 -050040
41# If your documentation needs a minimal Sphinx version, state it here.
Davide Pesaventof6be8e32020-04-30 16:06:03 -040042#
43needs_sphinx = '1.1'
Vince Lehmanb722b102014-08-24 16:33:49 -050044
45# Add any Sphinx extension module names here, as strings. They can be
46# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
47# ones.
48extensions = [
Davide Pesaventof6be8e32020-04-30 16:06:03 -040049 'sphinx.ext.extlinks',
Vince Lehmanb722b102014-08-24 16:33:49 -050050 'sphinx.ext.todo',
51]
52
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070053def addExtensionIfExists(extension):
54 try:
55 __import__(extension)
56 extensions.append(extension)
57 except ImportError:
Davide Pesaventof6be8e32020-04-30 16:06:03 -040058 sys.stderr.write("Extension '%s' not found. "
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070059 "Some documentation may not build correctly.\n" % extension)
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070060
Davide Pesaventof6be8e32020-04-30 16:06:03 -040061addExtensionIfExists('sphinxcontrib.doxylink')
Vince Lehmanb722b102014-08-24 16:33:49 -050062
63# The master toctree document.
64master_doc = 'index'
65
Davide Pesaventof6be8e32020-04-30 16:06:03 -040066# Add any paths that contain templates here, relative to this directory.
67templates_path = ['_templates']
Vince Lehmanb722b102014-08-24 16:33:49 -050068
69# List of patterns, relative to source directory, that match files and
70# directories to ignore when looking for source files.
Davide Pesaventof6be8e32020-04-30 16:06:03 -040071# This pattern also affects html_static_path and html_extra_path.
Vince Lehmanb722b102014-08-24 16:33:49 -050072exclude_patterns = []
73
Vince Lehmanb722b102014-08-24 16:33:49 -050074
Davide Pesaventof6be8e32020-04-30 16:06:03 -040075# -- Options for HTML output -------------------------------------------------
Vince Lehmanb722b102014-08-24 16:33:49 -050076
77# The theme to use for HTML and HTML Help pages. See the documentation for
78# a list of builtin themes.
Davide Pesaventof6be8e32020-04-30 16:06:03 -040079#
Vince Lehmanb722b102014-08-24 16:33:49 -050080html_theme = 'named_data_theme'
81
Vince Lehmanb722b102014-08-24 16:33:49 -050082# Add any paths that contain custom themes here, relative to this directory.
Davide Pesaventof6be8e32020-04-30 16:06:03 -040083html_theme_path = ['.']
Vince Lehmanb722b102014-08-24 16:33:49 -050084
85# Add any paths that contain custom static files (such as style sheets) here,
86# relative to this directory. They are copied after the builtin static files,
87# so a file named "default.css" will overwrite the builtin "default.css".
88html_static_path = ['_static']
89
Vince Lehmanb722b102014-08-24 16:33:49 -050090
Davide Pesaventof6be8e32020-04-30 16:06:03 -040091# -- Options for LaTeX output ------------------------------------------------
Vince Lehmanb722b102014-08-24 16:33:49 -050092
93latex_elements = {
Davide Pesaventof6be8e32020-04-30 16:06:03 -040094 # The paper size ('letterpaper' or 'a4paper').
95 #
96 # 'papersize': 'letterpaper',
Vince Lehmanb722b102014-08-24 16:33:49 -050097
Davide Pesaventof6be8e32020-04-30 16:06:03 -040098 # The font size ('10pt', '11pt' or '12pt').
99 #
100 # 'pointsize': '10pt',
Vince Lehmanb722b102014-08-24 16:33:49 -0500101
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400102 # Additional stuff for the LaTeX preamble.
103 #
104 # 'preamble': '',
105
106 # Latex figure (float) alignment
107 #
108 # 'figure_align': 'htbp',
Vince Lehmanb722b102014-08-24 16:33:49 -0500109}
110
111# Grouping the document tree into LaTeX files. List of tuples
112# (source start file, target name, title,
113# author, documentclass [howto, manual, or own class]).
114latex_documents = [
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400115 ('index', 'nlsr-docs.tex', u'Named Data Link State Routing Protocol (NLSR)',
116 author, 'manual'),
Vince Lehmanb722b102014-08-24 16:33:49 -0500117]
118
Vince Lehmanb722b102014-08-24 16:33:49 -0500119
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400120# -- Options for manual page output ------------------------------------------
Vince Lehmanb722b102014-08-24 16:33:49 -0500121
122# One entry per manual page. List of tuples
123# (source start file, name, description, authors, manual section).
124man_pages = [
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400125 ('manpages/nlsr', 'nlsr', u'Named Data Link State Routing daemon', None, 1),
126 ('manpages/nlsr.conf', 'nlsr.conf', u'Named Data Link State Routing daemon configuration file', None, 5),
127 ('manpages/nlsrc', 'nlsrc', u'command-line utility to interact with and collect statistics from NLSR', None, 1),
Vince Lehmanb722b102014-08-24 16:33:49 -0500128]
129
Vince Lehmanb722b102014-08-24 16:33:49 -0500130# If true, show URL addresses after external links.
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400131#man_show_urls = True
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -0700132
Vince Lehmande5560c2015-04-29 17:18:51 -0500133
Davide Pesaventof6be8e32020-04-30 16:06:03 -0400134# -- Custom options ----------------------------------------------------------
135
136doxylink = {
137 'nlsr': ('NLSR.tag', 'doxygen/'),
138}
139
140extlinks = {
141 'issue': ('https://redmine.named-data.net/issues/%s', 'issue #'),
142}