comparison docs/conf.py @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents aa90719e8520
children e73a69cb98dc
comparison
equal deleted inserted replaced
4185:aaa7c3331186 4186:7e5f8c12a3fc
52 # built documents. 52 # built documents.
53 # 53 #
54 # The short X.Y version. 54 # The short X.Y version.
55 root = os.path.dirname(os.path.dirname(__file__)) 55 root = os.path.dirname(os.path.dirname(__file__))
56 sys.path.append(root) 56 sys.path.append(root)
57 from rhodecode import __version__ 57 from kallithea import __version__
58 version = __version__ 58 version = __version__
59 # The full version, including alpha/beta/rc tags. 59 # The full version, including alpha/beta/rc tags.
60 release = __version__ 60 release = __version__
61 61
62 # The language for content autogenerated by Sphinx. Refer to documentation 62 # The language for content autogenerated by Sphinx. Refer to documentation
216 # -- Options for manual page output -------------------------------------------- 216 # -- Options for manual page output --------------------------------------------
217 217
218 # One entry per manual page. List of tuples 218 # One entry per manual page. List of tuples
219 # (source start file, name, description, authors, manual section). 219 # (source start file, name, description, authors, manual section).
220 man_pages = [ 220 man_pages = [
221 ('index', 'rhodecode', u'RhodeCode Documentation', 221 ('index', 'kallithea', u'RhodeCode Documentation',
222 [u'Marcin Kuzminski'], 1) 222 [u'Marcin Kuzminski'], 1)
223 ] 223 ]
224 224
225 225
226 # Example configuration for intersphinx: refer to the Python standard library. 226 # Example configuration for intersphinx: refer to the Python standard library.