UNPKG

595 BPlain TextView Raw
1
2
3
4master_doc = 'index'
5project = u'Infrastructure-Components'
6copyright = '2019, Frank Zickert'
7htmlhelp_basename = 'Infrastructure-Components-Doc'
8language = 'en'
9gettext_compact = False
10
11html_theme = 'sphinx_rtd_theme'
12#html_logo = 'img/logo.svg'
13html_theme_options = {
14 'logo_only': True,
15 'display_version': False,
16}
17# sphinx-notfound-page
18# https://github.com/rtfd/sphinx-notfound-page
19notfound_context = {
20 'title': 'Page Not Found',
21 'body': '''
22<h1>Page Not Found</h1>
23
24<p>Sorry, we couldn't find that page.</p>
25
26<p>Try using the search box or go to the homepage.</p>
27''',
28}
\No newline at end of file