4df107a923
* Moved release notes to other pdf files. Building them as a separate job is not only pointless but also doesn't allow referencing other chapters with :ref tag from the release notes. * Cleaned some broken references and labels. Change-Id: I8029b6e165450214c01113818a29d9102a53cd30
18 lines
577 B
Python
18 lines
577 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
# "Fuel" documentation build configuration file, created by
|
|
# sphinx-quickstart on Tue Sep 25 14:02:29 2012.
|
|
#
|
|
# This file is execfile()d with the current directory set to its containing dir.
|
|
#
|
|
# Note that not all possible configuration values are present in this
|
|
# autogenerated file.
|
|
#
|
|
# All configuration values have a default; values that are commented out
|
|
# serve to show the default.
|
|
|
|
# -- Default Settings -----------------------------------------------------
|
|
execfile('./common_conf.py')
|
|
|
|
exclude_patterns = ['_*', 'pages', 'contents', 'pdf']
|