Files
fuel-docs/conf.py
Igor Belikov 798aa1472e Fix gate-fuel-docs-docs CI job
* Add tox.ini, setup.cfg and setup.py to allow docs building
using tox and setuptools
* Set doc/build as an output dir in setup.cfg to allow doc
publishing by gate-fuel-docs-docs job
* Add '.tox' and '*egg' paths to exclude_patterns in conf.py
* Add stub index.rst with basic info and link to the web verstion
of the docs to fix building of manpages
* Add '.tox' dir to .gitignore

Change-Id: Iaec750d6035bd0e30c10a12142be35514df1fb15
(cherry picked from commit 7218dfecd5)
2015-11-18 15:53:32 +03:00

18 lines
593 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', '.tox', '*egg']