prepare sphinx documentation building

* docs/conf.py:
  - add sphinx.ext.viewcode to extensions
  - update copyright years
  - bump version numbers
  - explicitly define language
* setup.cfg
  - define output directory and add all_files directive
This commit is contained in:
Jan Dittberner 2013-02-24 21:56:02 +01:00
parent 9efe6a7b28
commit 98b7bc2676
2 changed files with 7 additions and 5 deletions

View file

@ -7,6 +7,8 @@ find_links = http://www.pylonshq.com/download/
[build_sphinx]
source-dir = docs
build-dir = docs/html
all_files = 1
[publish]
doc-dir=docs/html