Changeset 260:25b202688949

Show
Ignore:
Timestamp:
06/06/11 22:12:57 (12 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

Rearranged documentation source and build output to more sensible locations

Files:
1 added
4 moved

Legend:

Unmodified
Added
Removed
  • doc/src/Makefile

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

    r256 r260  
    77from os import path 
    88 
    9 sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..'))) 
     9sys.path.insert(0, path.abspath(path.join(path.dirname(__file__), '..', '..'))) 
    1010 
    1111import imapclient 
     
    113113# relative to this directory. They are copied after the builtin static files, 
    114114# so a file named "default.css" will overwrite the builtin "default.css". 
    115 html_static_path = ['_static'] 
     115html_static_path = [] 
    116116 
    117117# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, 
  • doc/src/index.rst

    r257 r260  
    4242non-deleted messages in the INBOX folder. 
    4343 
    44 .. literalinclude:: ../imapclient/examples/example.py 
     44.. literalinclude:: ../../imapclient/examples/example.py 
    4545 
    4646The output from this example could look something like this 
  • doc/src/make.bat

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