* 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 '.tox' dir to .gitignore
Change-Id: Iaec750d6035bd0e30c10a12142be35514df1fb15
(cherry picked from commit 7218dfecd5)
14 lines
196 B
INI
14 lines
196 B
INI
[metadata]
|
|
name = fuel-docs
|
|
version = 5.0.0
|
|
author = Mirantis
|
|
author-email = fuel-dev@lists.launchpad.net
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = .
|
|
|
|
[wheel]
|
|
universal = 1
|