|
1 | 1 | # -*- coding: utf-8 -*-
|
2 | 2 | #
|
3 |
| -# pytest-ordering documentation build configuration file, created by |
| 3 | +# pytest-order documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Mar 17 18:20:44 2014.
|
5 | 5 | #
|
6 | 6 | # This file is execfile()d with the current directory set to its
|
|
50 | 50 | master_doc = 'index'
|
51 | 51 |
|
52 | 52 | # General information about the project.
|
53 |
| -project = u'pytest-ordering2' |
| 53 | +project = u'pytest-order' |
54 | 54 | copyright = u'2014, Frank Tobia'
|
55 | 55 |
|
56 | 56 | # The version info for the project you're documenting, acts as replacement for
|
57 | 57 | # |version| and |release|, also used in various other places throughout the
|
58 | 58 | # built documents.
|
59 | 59 | #
|
60 |
| -exec(open(os.path.join(__here__, '..', '..', 'pytest_ordering2', |
| 60 | +exec(open(os.path.join(__here__, '..', '..', 'pytest_order', |
61 | 61 | '_version.py')).read())
|
62 | 62 | # The short X.Y version.
|
63 | 63 | version = __version__
|
|
185 | 185 | #html_file_suffix = None
|
186 | 186 |
|
187 | 187 | # Output file base name for HTML help builder.
|
188 |
| -htmlhelp_basename = 'pytest-orderingdoc' |
| 188 | +htmlhelp_basename = 'pytest-orderdoc' |
189 | 189 |
|
190 | 190 |
|
191 | 191 | # -- Options for LaTeX output ---------------------------------------------
|
|
205 | 205 | # (source start file, target name, title,
|
206 | 206 | # author, documentclass [howto, manual, or own class]).
|
207 | 207 | latex_documents = [
|
208 |
| - ('index', 'pytest-ordering.tex', u'pytest-ordering2 Documentation', |
| 208 | + ('index', 'pytest-order.tex', u'pytest-order Documentation', |
209 | 209 | u'Frank Tobia', 'manual'),
|
210 | 210 | ]
|
211 | 211 |
|
|
235 | 235 | # One entry per manual page. List of tuples
|
236 | 236 | # (source start file, name, description, authors, manual section).
|
237 | 237 | man_pages = [
|
238 |
| - ('index', 'pytest-ordering2', u'pytest-ordering2 Documentation', |
| 238 | + ('index', 'pytest-order', u'pytest-order Documentation', |
239 | 239 | [u'Frank Tobia'], 1)
|
240 | 240 | ]
|
241 | 241 |
|
|
249 | 249 | # (source start file, target name, title, author,
|
250 | 250 | # dir menu entry, description, category)
|
251 | 251 | texinfo_documents = [
|
252 |
| - ('index', 'pytest-ordering2', u'pytest-ordering2 Documentation', |
253 |
| - u'Frank Tobia', 'pytest-ordering2', 'One line description of project.', |
| 252 | + ('index', 'pytest-order', u'pytest-order Documentation', |
| 253 | + u'Frank Tobia', 'pytest-order', 'One line description of project.', |
254 | 254 | 'Miscellaneous'),
|
255 | 255 | ]
|
256 | 256 |
|
|
0 commit comments