|
32 | 32 | todo_include_todos = True |
33 | 33 |
|
34 | 34 | # Add any paths that contain templates here, relative to this directory. |
35 | | -templates_path = ['_templates'] |
| 35 | +# templates_path = ['_templates'] |
36 | 36 |
|
37 | 37 | # The suffix of source filenames. |
38 | 38 | source_suffix = '.rst' |
|
52 | 52 | # built documents. |
53 | 53 | # |
54 | 54 | # The short X.Y version. |
55 | | -version = '0.9' |
| 55 | +version = '0.10' |
56 | 56 | # The full version, including alpha/beta/rc tags. |
57 | | -release = '0.9.5' |
| 57 | +release = '0.10.0' |
58 | 58 |
|
59 | 59 | # The language for content autogenerated by Sphinx. Refer to documentation |
60 | 60 | # for a list of supported languages. |
|
73 | 73 | exclude_trees = ['build', 'doxyxml', 'ext'] |
74 | 74 |
|
75 | 75 | # If true, '()' will be appended to :func: etc. cross-reference text. |
76 | | -#add_function_parentheses = True |
| 76 | +# add_function_parentheses = True |
77 | 77 |
|
78 | 78 | # If true, the current module name will be prepended to all description |
79 | 79 | # unit titles (such as .. function::). |
80 | 80 | add_module_names = True |
81 | 81 |
|
82 | 82 | # If true, sectionauthor and moduleauthor directives will be shown in the |
83 | 83 | # output. They are ignored by default. |
84 | | -#show_authors = False |
| 84 | +# show_authors = False |
85 | 85 |
|
86 | 86 | # The name of the Pygments (syntax highlighting) style to use. |
87 | 87 | # pygments_style = 'sphinx' |
88 | | -pygments_style = 'bw' |
| 88 | +pygments_style = 'sphinx' |
89 | 89 |
|
90 | 90 | # A list of ignored prefixes for module index sorting. |
91 | | -#modindex_common_prefix = [] |
| 91 | +# modindex_common_prefix = [] |
92 | 92 |
|
93 | 93 |
|
94 | 94 | # -- Options for HTML output --------------------------------------------------- |
|
99 | 99 |
|
100 | 100 | # The name for this set of Sphinx documents. If None, it defaults to |
101 | 101 | # "<project> v<release> documentation". |
102 | | -html_title = 'cpp-netlib v0.9.5' |
| 102 | +html_title = 'cpp-netlib v0.10.0' |
103 | 103 |
|
104 | 104 | # A shorter title for the navigation bar. Default is the same as html_title. |
105 | | -#html_short_title = 'cpp-netlib' |
| 105 | +# html_short_title = 'cpp-netlib' |
106 | 106 |
|
107 | 107 | # Use an HTML index. |
108 | 108 | html_use_index = False |
109 | 109 |
|
110 | 110 | # Add any paths that contain custom static files (such as style sheets) here, |
111 | 111 | # relative to this directory. They are copied after the builtin static files, |
112 | 112 | # so a file named "default.css" will overwrite the builtin "default.css". |
113 | | -html_style = 'cpp-netlib.css' |
114 | | -html_static_path = ['_static'] |
115 | | - |
| 113 | +# html_style = 'cpp-netlib.css' |
| 114 | +# html_static_path = ['_static'] |
116 | 115 | # html_translator_class = "adjusts.CppNetlibHTMLTranslator" |
117 | 116 |
|
118 | 117 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
|
124 | 123 | html_use_smartypants = True |
125 | 124 |
|
126 | 125 | # Output file base name for HTML help builder. |
127 | | -htmlhelp_basename = 'cpp-netlibdoc' |
| 126 | +# htmlhelp_basename = 'cpp-netlibdoc' |
0 commit comments