Skip to content

Commit

Permalink
Merge pull request #60 from gorserg/add_docs
Browse files Browse the repository at this point in the history
add  Docs
  • Loading branch information
kroman0 committed Aug 17, 2016
2 parents 3ee2181 + 372fbad commit 61f36c9
Show file tree
Hide file tree
Showing 309 changed files with 33,045 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
omit =
*tests*
*databridge.py
*journal_msg_ids.py
*docs.py

[report]
exclude_lines =
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
install:
- bin/buildout -N
script:
- bin/nosetests
- bin/nosetests openprocurement/tender/competitivedialogue/tests/
after_success:
- bin/coveralls
notifications:
Expand Down
26 changes: 26 additions & 0 deletions docs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[buildout]
extends=buildout.cfg
parts=
docs
sphinx-intl
httpie


[docs]
recipe = collective.recipe.sphinxbuilder
eggs = openprocurement.tender.competitivedialogue [docs]
source = ${buildout:directory}/docs/source
build = ${buildout:directory}/docs/_build

[sphinx-intl]
recipe = zc.recipe.egg:scripts
eggs =
openprocurement.tender.competitivedialogue [docs]
sphinx-intl

[httpie]
recipe = zc.recipe.egg:scripts
eggs = httpie

[versions]
sphinx-intl = 0.9.5

0 comments on commit 61f36c9

Please sign in to comment.