Changeset 238:d330d5e06956

Show
Ignore:
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:
4 modified

Legend:

Unmodified
Added
Removed
  • .hgignore

    r141 r238  
    22\.swp$ 
    33IMAPClient.egg-info 
     4doc 
  • doc-src/Makefile

    r237 r238  
    66SPHINXBUILD   = sphinx-build 
    77PAPER         = 
    8 BUILDDIR      = _build 
     8BUILDDIR      = ../doc 
    99 
    1010# Internal variables. 
  • doc-src/conf.py

    r237 r238  
    1919sys.path.insert(0, os.path.abspath('..')) 
    2020 
     21import imapclient 
     22 
    2123# -- General configuration ----------------------------------------------------- 
    2224 
     
    4951# 
    5052# The short X.Y version. 
    51 version = '0.6.2' 
     53version = imapclient.__version__ 
    5254# The full version, including alpha/beta/rc tags. 
    53 release = '0.6.2' 
     55release = version 
    5456 
    5557# The language for content autogenerated by Sphinx. Refer to documentation 
     
    6567# List of patterns, relative to source directory, that match files and 
    6668# directories to ignore when looking for source files. 
    67 exclude_patterns = ['_build'] 
     69exclude_patterns = [] 
    6870 
    6971# The reST default role (used for this markup: `text`) to use for all documents. 
  • doc-src/make.bat

    r237 r238  
    66        set SPHINXBUILD=sphinx-build 
    77) 
    8 set BUILDDIR=_build 
     8set BUILDDIR=..\doc 
    99set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . 
    1010if NOT "%PAPER%" == "" (