-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathconf.py
More file actions
34 lines (22 loc) · 703 Bytes
/
conf.py
File metadata and controls
34 lines (22 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Configuration file for the Sphinx documentation builder.
copyright = 'All source code is available under the GNU General Public License v3.0'
author = 'See the AUTHORS.rst'
extensions = ['sphinx_togglebutton',
'sphinx_favicon',
'sphinxcontrib.bibtex']
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'furo'
html_title = " "
html_static_path = ['_static']
html_css_files = ["custom.css"]
pygments_style = 'tango'
source_suffix = ['.rst']
html_logo = "_static/logo.png"
favicons = [
{"href": "favicon-32x32.png"},
]
html_show_copyright = False
html_show_sphinx = False
html_short_title = "True"
bibtex_bibfiles = ['journal-article.bib']