Merge pull request #403 from loles/doc

Docs are now generated in doc/build
This commit is contained in:
Bogdan Dobrelya 2015-12-02 13:36:41 +01:00
commit 7af64a9f28
17 changed files with 13 additions and 7 deletions

View File

@ -11,13 +11,13 @@ Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
source/glossary glossary
source/resource resource
source/orchestration orchestration
source/transports transports
source/handler_ansible handler_ansible
source/examples examples
source/deployment_plan deployment_plan
Indices and tables Indices and tables

View File

@ -16,6 +16,12 @@ classifier =
Topic :: System :: Software Distribution Topic :: System :: Software Distribution
keywords = keywords =
deployment deployment
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[entry_points] [entry_points]
console_scripts = console_scripts =
solar = solar.cli.main:run solar = solar.cli.main:run