|
1 | 1 | #!/usr/bin/env python |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | | -# trust_pypi_example documentation build configuration file, created by |
| 4 | +# rust_pypi_example documentation build configuration file, created by |
5 | 5 | # sphinx-quickstart on Tue Jul 9 22:26:36 2013. |
6 | 6 | # |
7 | 7 | # This file is execfile()d with the current directory set to its |
|
31 | 31 | # version is used. |
32 | 32 | sys.path.insert(0, project_root) |
33 | 33 |
|
34 | | -import trust_pypi_example |
| 34 | +import rust_pypi_example |
35 | 35 |
|
36 | 36 | # -- General configuration --------------------------------------------- |
37 | 37 |
|
|
55 | 55 | master_doc = 'index' |
56 | 56 |
|
57 | 57 | # General information about the project. |
58 | | -project = u'trust_pypi_example' |
| 58 | +project = u'rust_pypi_example' |
59 | 59 | copyright = u"2017, Matt McKay" |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement |
62 | 62 | # for |version| and |release|, also used in various other places throughout |
63 | 63 | # the built documents. |
64 | 64 | # |
65 | 65 | # The short X.Y version. |
66 | | -version = trust_pypi_example.__version__ |
| 66 | +version = rust_pypi_example.__version__ |
67 | 67 | # The full version, including alpha/beta/rc tags. |
68 | | -release = trust_pypi_example.__version__ |
| 68 | +release = rust_pypi_example.__version__ |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation |
71 | 71 | # for a list of supported languages. |
|
188 | 188 | #html_file_suffix = None |
189 | 189 |
|
190 | 190 | # Output file base name for HTML help builder. |
191 | | -htmlhelp_basename = 'trust_pypi_exampledoc' |
| 191 | +htmlhelp_basename = 'rust_pypi_exampledoc' |
192 | 192 |
|
193 | 193 |
|
194 | 194 | # -- Options for LaTeX output ------------------------------------------ |
|
208 | 208 | # (source start file, target name, title, author, documentclass |
209 | 209 | # [howto/manual]). |
210 | 210 | latex_documents = [ |
211 | | - ('index', 'trust_pypi_example.tex', |
212 | | - u'trust_pypi_example Documentation', |
| 211 | + ('index', 'rust_pypi_example.tex', |
| 212 | + u'rust_pypi_example Documentation', |
213 | 213 | u'Matt McKay', 'manual'), |
214 | 214 | ] |
215 | 215 |
|
|
239 | 239 | # One entry per manual page. List of tuples |
240 | 240 | # (source start file, name, description, authors, manual section). |
241 | 241 | man_pages = [ |
242 | | - ('index', 'trust_pypi_example', |
243 | | - u'trust_pypi_example Documentation', |
| 242 | + ('index', 'rust_pypi_example', |
| 243 | + u'rust_pypi_example Documentation', |
244 | 244 | [u'Matt McKay'], 1) |
245 | 245 | ] |
246 | 246 |
|
|
254 | 254 | # (source start file, target name, title, author, |
255 | 255 | # dir menu entry, description, category) |
256 | 256 | texinfo_documents = [ |
257 | | - ('index', 'trust_pypi_example', |
258 | | - u'trust_pypi_example Documentation', |
| 257 | + ('index', 'rust_pypi_example', |
| 258 | + u'rust_pypi_example Documentation', |
259 | 259 | u'Matt McKay', |
260 | | - 'trust_pypi_example', |
| 260 | + 'rust_pypi_example', |
261 | 261 | 'One line description of project.', |
262 | 262 | 'Miscellaneous'), |
263 | 263 | ] |
|
0 commit comments