|
29 | 29 | project = 'Cytnx' |
30 | 30 | copyright = '2019-, Kai-Hsin Wu' |
31 | 31 | author = 'Kai-Hsin Wu' |
32 | | -#_version = 'v0.9.7' |
33 | | -#version = 'v0.5.5a' |
34 | 32 |
|
35 | 33 | # -- General configuration --------------------------------------------------- |
36 | 34 |
|
|
92 | 90 | # so a file named "default.css" will overwrite the builtin "default.css". |
93 | 91 | html_static_path = ['_static'] |
94 | 92 |
|
95 | | - |
96 | | - |
97 | | -html_theme_options = { |
98 | | - # Navbar style. |
99 | | - # Values: 'fixed-top', 'full' (Default: 'fixed-top') |
100 | | - 'navbar_style' : 'fixed-top', |
101 | | - |
102 | | - # Navbar link color modifier class. |
103 | | - # Values: 'dark', 'light' (Default: 'dark') |
104 | | - 'navbar_color_class' : 'dark', |
105 | | - |
106 | | - # Navbar background color class. |
107 | | - # Values: 'inverse', 'primary', 'faded', 'success', |
108 | | - # 'info', 'warning', 'danger' (Default: 'inverse') |
109 | | - #'navbar_bg_class' : 'inverse', |
110 | | - |
111 | | - # Show global TOC in navbar. |
112 | | - # To display up to 4 tier in the drop-down menu. |
113 | | - # Values: True, False (Default: True) |
114 | | - 'navbar_show_pages' : True, |
115 | | - |
116 | | - # Link name for global TOC in navbar. |
117 | | - # (Default: 'Pages') |
118 | | - 'navbar_pages_title' : 'Pages', |
119 | | - |
120 | | - # Specify a list of menu in navbar. |
121 | | - # Tuples forms: |
122 | | - # ('Name', 'external url or path of pages in the document', boolean) |
123 | | - # Third argument: |
124 | | - # True indicates an external link. |
125 | | - # False indicates path of pages in the document. |
126 | | - 'navbar_links' : [ |
127 | | - ('API Doc', 'https://kaihsinwu.gitlab.io/cytnx_api', True), |
128 | | - ("Github", "https://github.com/Cytnx-dev/Cytnx", True), |
129 | | - ], |
130 | | - |
131 | | - # Total width(%) of the document and the sidebar. |
132 | | - # (Default: 80%) |
133 | | - 'main_width' : '80%', |
134 | | - |
135 | | - # Render sidebar. |
136 | | - # Values: True, False (Default: True) |
137 | | - 'show_sidebar' : True, |
138 | | - |
139 | | - # Render sidebar in the right of the document. |
140 | | - # Values:True, False (Default: False) |
141 | | - 'sidebar_right': False, |
142 | | - |
143 | | - # Fix sidebar. |
144 | | - # Values: True, False (Default: True) |
145 | | - 'sidebar_fixed': False, |
146 | | - |
147 | | - # Html table header class. |
148 | | - # Values: 'inverse', 'light' (Deafult: 'inverse') |
149 | | - 'table_thead_class' : 'inverse', |
150 | | - |
151 | | -} |
152 | | -""" |
153 | | -# -- Breathe configuration ------------------------------------------------- |
154 | | -
|
155 | | -breathe_projects = { |
156 | | - "Cyc": "/home/kaihsinwu/Dropbox/Cytnx/docs/xml/" |
157 | | -} |
158 | | -
|
159 | | -breathe_default_project = "Cyc" |
160 | | -breathe_default_members = ('members', 'undoc-members') |
161 | | -#breathe_default_members = ('members') |
162 | | -""" |
163 | | -## ablog |
164 | | -#import ablog |
165 | | -#templates_path.append(ablog.get_html_templates_path()) |
166 | | -#disqus_shortname='kaihsinwu' |
0 commit comments