Changeset 238:d330d5e06956
- Timestamp:
- 01/10/10 13:17:54 (20 months ago)
- Author:
- Menno Smits <menno@…>
- Branch:
- default
- Message:
-
Documentation is now generated to the doc directory
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r141
|
r238
|
|
| 2 | 2 | \.swp$ |
| 3 | 3 | IMAPClient.egg-info |
| | 4 | doc |
-
|
r237
|
r238
|
|
| 6 | 6 | SPHINXBUILD = sphinx-build |
| 7 | 7 | PAPER = |
| 8 | | BUILDDIR = _build |
| | 8 | BUILDDIR = ../doc |
| 9 | 9 | |
| 10 | 10 | # Internal variables. |
-
|
r237
|
r238
|
|
| 19 | 19 | sys.path.insert(0, os.path.abspath('..')) |
| 20 | 20 | |
| | 21 | import imapclient |
| | 22 | |
| 21 | 23 | # -- General configuration ----------------------------------------------------- |
| 22 | 24 | |
| … |
… |
|
| 49 | 51 | # |
| 50 | 52 | # The short X.Y version. |
| 51 | | version = '0.6.2' |
| | 53 | version = imapclient.__version__ |
| 52 | 54 | # The full version, including alpha/beta/rc tags. |
| 53 | | release = '0.6.2' |
| | 55 | release = version |
| 54 | 56 | |
| 55 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation |
| … |
… |
|
| 65 | 67 | # List of patterns, relative to source directory, that match files and |
| 66 | 68 | # directories to ignore when looking for source files. |
| 67 | | exclude_patterns = ['_build'] |
| | 69 | exclude_patterns = [] |
| 68 | 70 | |
| 69 | 71 | # The reST default role (used for this markup: `text`) to use for all documents. |
-
|
r237
|
r238
|
|
| 6 | 6 | set SPHINXBUILD=sphinx-build |
| 7 | 7 | ) |
| 8 | | set BUILDDIR=_build |
| | 8 | set BUILDDIR=..\doc |
| 9 | 9 | set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . |
| 10 | 10 | if NOT "%PAPER%" == "" ( |