Skip to content

Commit b7a4c8d

Browse files
committed
update docs
1 parent 73142e9 commit b7a4c8d

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

docs/conf.py

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#!/usr/bin/env python3
21
# -*- coding: utf-8 -*-
32
#
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.
65
#
76
# This file is execfile()d with the current directory set to its
87
# containing dir.
@@ -22,12 +21,6 @@
2221
# sys.path.insert(0, os.path.abspath('.'))
2322

2423

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-
3124
# -- General configuration ------------------------------------------------
3225

3326
# If your documentation needs a minimal Sphinx version, state it here.
@@ -37,7 +30,7 @@
3730
# Add any Sphinx extension module names here, as strings. They can be
3831
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3932
# ones.
40-
extensions = []
33+
extensions = ['sphinx.ext.mathjax']
4134

4235
# Add any paths that contain templates here, relative to this directory.
4336
templates_path = ['_templates']
@@ -52,18 +45,18 @@
5245
master_doc = 'index'
5346

5447
# 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]>'
5851

5952
# The version info for the project you're documenting, acts as replacement for
6053
# |version| and |release|, also used in various other places throughout the
6154
# built documents.
6255
#
6356
# The short X.Y version.
64-
version = '2.1.4'
57+
version = u'2.1'
6558
# The full version, including alpha/beta/rc tags.
66-
release = '2.1.4'
59+
release = u'2.1.4'
6760

6861
# The language for content autogenerated by Sphinx. Refer to documentation
6962
# for a list of supported languages.
@@ -89,7 +82,7 @@
8982
# The theme to use for HTML and HTML Help pages. See the documentation for
9083
# a list of builtin themes.
9184
#
92-
html_theme = 'alabaster'
85+
html_theme = 'sphinx_rtd_theme'
9386

9487
# Theme options are theme-specific and customize the look and feel of a theme
9588
# further. For a list of options available for each theme, see the
@@ -106,7 +99,7 @@
10699
# -- Options for HTMLHelp output ------------------------------------------
107100

108101
# Output file base name for HTML help builder.
109-
htmlhelp_basename = 'embarkdoc'
102+
htmlhelp_basename = 'Embarkdoc'
110103

111104

112105
# -- Options for LaTeX output ---------------------------------------------
@@ -133,8 +126,8 @@
133126
# (source start file, target name, title,
134127
# author, documentclass [howto, manual, or own class]).
135128
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'),
138131
]
139132

140133

@@ -143,7 +136,7 @@
143136
# One entry per manual page. List of tuples
144137
# (source start file, name, description, authors, manual section).
145138
man_pages = [
146-
(master_doc, 'embark', 'embark Documentation',
139+
(master_doc, 'embark', u'Embark Documentation',
147140
[author], 1)
148141
]
149142

@@ -154,8 +147,8 @@
154147
# (source start file, target name, title, author,
155148
# dir menu entry, description, category)
156149
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.',
159152
'Miscellaneous'),
160153
]
161154

0 commit comments

Comments
 (0)