Skip to content

Commit 1dbe1f3

Browse files
committed
Simplifying doc config.
1 parent 2ca654d commit 1dbe1f3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

libs/network/doc/conf.py

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
todo_include_todos = True
3333

3434
# Add any paths that contain templates here, relative to this directory.
35-
templates_path = ['_templates']
35+
# templates_path = ['_templates']
3636

3737
# The suffix of source filenames.
3838
source_suffix = '.rst'
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = u'cpp-netlib'
48-
copyright = u'2008-2012, Glyn Matthews, Dean Michael Berris'
48+
copyright = u'2008-2013, Glyn Matthews, Dean Michael Berris; 2013 Google, Inc.'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '0.9'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '0.9.4'
57+
release = '0.9.5'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.
@@ -77,7 +77,7 @@
7777

7878
# If true, the current module name will be prepended to all description
7979
# unit titles (such as .. function::).
80-
#add_module_names = True
80+
add_module_names = True
8181

8282
# If true, sectionauthor and moduleauthor directives will be shown in the
8383
# output. They are ignored by default.
@@ -95,26 +95,29 @@
9595

9696
# The theme to use for HTML and HTML Help pages. Major themes that come with
9797
# Sphinx are currently 'default' and 'sphinxdoc'.
98-
html_theme = 'default'
98+
html_theme = 'pyramid'
9999

100100
# The name for this set of Sphinx documents. If None, it defaults to
101101
# "<project> v<release> documentation".
102-
html_title = 'cpp-netlib v0.9.4'
102+
html_title = 'cpp-netlib v0.9.5'
103103

104104
# A shorter title for the navigation bar. Default is the same as html_title.
105105
#html_short_title = 'cpp-netlib'
106106

107+
# Use an HTML index.
108+
html_use_index = False
109+
107110
# Add any paths that contain custom static files (such as style sheets) here,
108111
# relative to this directory. They are copied after the builtin static files,
109112
# so a file named "default.css" will overwrite the builtin "default.css".
110-
html_style = 'cpp-netlib.css'
111-
html_static_path = ['_static']
113+
# html_style = 'cpp-netlib.css'
114+
# html_static_path = ['_static']
112115

113-
html_translator_class = "adjusts.CppNetlibHTMLTranslator"
116+
# html_translator_class = "adjusts.CppNetlibHTMLTranslator"
114117

115118
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
116119
# using the given strftime format.
117-
#html_last_updated_fmt = '%b %d, %Y'
120+
html_last_updated_fmt = '%b %d, %Y'
118121

119122
# If true, SmartyPants will be used to convert quotes and dashes to
120123
# typographically correct entities.

0 commit comments

Comments
 (0)