|
1 | | -#!/usr/bin/env python3 |
2 | 1 | # -*- coding: utf-8 -*- |
3 | 2 | # |
4 | | -# embark documentation build configuration file, created by |
5 | | -# sphinx-quickstart on Tue Jan 10 06:39:27 2017. |
| 3 | +# ENS documentation build configuration file, created by |
| 4 | +# sphinx-quickstart on Thu Dec 15 16:45:41 2016. |
6 | 5 | # |
7 | 6 | # This file is execfile()d with the current directory set to its |
8 | 7 | # containing dir. |
|
22 | 21 | # sys.path.insert(0, os.path.abspath('.')) |
23 | 22 |
|
24 | 23 |
|
25 | | -import sphinx_rtd_theme |
26 | | - |
27 | | -html_theme = "sphinx_rtd_theme" |
28 | | - |
29 | | -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
30 | | - |
31 | 24 | # -- General configuration ------------------------------------------------ |
32 | 25 |
|
33 | 26 | # If your documentation needs a minimal Sphinx version, state it here. |
|
37 | 30 | # Add any Sphinx extension module names here, as strings. They can be |
38 | 31 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
39 | 32 | # ones. |
40 | | -extensions = [] |
| 33 | +extensions = ['sphinx.ext.mathjax'] |
41 | 34 |
|
42 | 35 | # Add any paths that contain templates here, relative to this directory. |
43 | 36 | templates_path = ['_templates'] |
|
52 | 45 | master_doc = 'index' |
53 | 46 |
|
54 | 47 | # General information about the project. |
55 | | -project = 'embark' |
56 | | -copyright = '2017, Iuri Matias' |
57 | | -author = 'Iuri Matias' |
| 48 | +project = u'Embark' |
| 49 | +copyright = u'2017, Iuri Matias <[email protected]>' |
| 50 | +author = u'Iuri Matias <[email protected]>' |
58 | 51 |
|
59 | 52 | # The version info for the project you're documenting, acts as replacement for |
60 | 53 | # |version| and |release|, also used in various other places throughout the |
61 | 54 | # built documents. |
62 | 55 | # |
63 | 56 | # The short X.Y version. |
64 | | -version = '2.1.4' |
| 57 | +version = u'2.1' |
65 | 58 | # The full version, including alpha/beta/rc tags. |
66 | | -release = '2.1.4' |
| 59 | +release = u'2.1.4' |
67 | 60 |
|
68 | 61 | # The language for content autogenerated by Sphinx. Refer to documentation |
69 | 62 | # for a list of supported languages. |
|
89 | 82 | # The theme to use for HTML and HTML Help pages. See the documentation for |
90 | 83 | # a list of builtin themes. |
91 | 84 | # |
92 | | -html_theme = 'alabaster' |
| 85 | +html_theme = 'sphinx_rtd_theme' |
93 | 86 |
|
94 | 87 | # Theme options are theme-specific and customize the look and feel of a theme |
95 | 88 | # further. For a list of options available for each theme, see the |
|
106 | 99 | # -- Options for HTMLHelp output ------------------------------------------ |
107 | 100 |
|
108 | 101 | # Output file base name for HTML help builder. |
109 | | -htmlhelp_basename = 'embarkdoc' |
| 102 | +htmlhelp_basename = 'Embarkdoc' |
110 | 103 |
|
111 | 104 |
|
112 | 105 | # -- Options for LaTeX output --------------------------------------------- |
|
133 | 126 | # (source start file, target name, title, |
134 | 127 | # author, documentclass [howto, manual, or own class]). |
135 | 128 | latex_documents = [ |
136 | | - (master_doc, 'embark.tex', 'embark Documentation', |
137 | | - 'Iuri Matias', 'manual'), |
| 129 | + (master_doc, 'Embark.tex', u'Embark Documentation', |
| 130 | + u'Iuri Matias \\textless{}[email protected]\\textgreater{}', 'manual'), |
138 | 131 | ] |
139 | 132 |
|
140 | 133 |
|
|
143 | 136 | # One entry per manual page. List of tuples |
144 | 137 | # (source start file, name, description, authors, manual section). |
145 | 138 | man_pages = [ |
146 | | - (master_doc, 'embark', 'embark Documentation', |
| 139 | + (master_doc, 'embark', u'Embark Documentation', |
147 | 140 | [author], 1) |
148 | 141 | ] |
149 | 142 |
|
|
154 | 147 | # (source start file, target name, title, author, |
155 | 148 | # dir menu entry, description, category) |
156 | 149 | texinfo_documents = [ |
157 | | - (master_doc, 'embark', 'embark Documentation', |
158 | | - author, 'embark', 'One line description of project.', |
| 150 | + (master_doc, 'Embark', u'Embark Documentation', |
| 151 | + author, 'Embark', 'One line description of project.', |
159 | 152 | 'Miscellaneous'), |
160 | 153 | ] |
161 | 154 |
|
|
0 commit comments