GNUnet 0.21.1
conf Namespace Reference

Variables

string project = 'GANA'
 
string copyright = '2024, GNUnet Project'
 
string author = 'GNUnet Project'
 
list extensions
 
list templates_path = ['_templates']
 
list exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 
string html_theme = 'sphinx_rtd_theme'
 
dictionary html_sidebars
 
dictionary html_theme_options
 
list html_static_path = ['_static']
 
string html_logo = "images/gnunet-blue.png"
 
bool todo_include_todos = True
 
string primary_domain = "c"
 
string highlight_language = "c"
 
string rst_prolog
 
string rst_epilog
 
bool man_make_section_directory = False
 
list man_pages
 
list html_css_files
 
string smv_tag_whitelist = r'^.*$'
 
string smv_branch_whitelist = 'master'
 
 smv_remote_whitelist = None
 
string smv_released_pattern = r'^tags/.*$'
 
string smv_outputdir_format = '{ref.name}'
 
bool smv_prefer_remote_refs = False
 

Variable Documentation

◆ project

string conf.project = 'GANA'

Definition at line 22 of file conf.py.

◆ copyright

string conf.copyright = '2024, GNUnet Project'

Definition at line 23 of file conf.py.

◆ author

string conf.author = 'GNUnet Project'

Definition at line 24 of file conf.py.

◆ extensions

list conf.extensions
Initial value:
1= [
2 'httpdomain.httpdomain',
3 'typescriptdomain',
4 'sphinx.ext.todo',
5 #'sphinx_book_theme',
6 #'breathe'
7]

Definition at line 33 of file conf.py.

◆ templates_path

list conf.templates_path = ['_templates']

Definition at line 48 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

Definition at line 53 of file conf.py.

◆ html_theme

string conf.html_theme = 'sphinx_rtd_theme'

Definition at line 61 of file conf.py.

◆ html_sidebars

dictionary conf.html_sidebars
Initial value:
1= {
2 #"**": ["navbar-logo.html", "sbt-sidebar-nav.html", "search-field.html"]
3 "**": ["search-field.html", "sbt-sidebar-nav.html"]
4}

Definition at line 63 of file conf.py.

◆ html_theme_options

dictionary conf.html_theme_options
Initial value:
1= {
2 #'logo_only': True,
3 #'display_version': False,
4 #'prev_next_buttons_location': 'bottom',
5 #'style_external_links': False,
6 #'vcs_pageview_mode': '',
7 #'style_nav_header_background': 'transparent', # Possibly problematic with our CSP
8 # Toc options
9 #'collapse_navigation': True,
10 #'sticky_navigation': True,
11 #'navigation_depth': 4,
12 #'includehidden': True,
13 #'titles_only': False
14 #"navbar_start": ["navbar-logo"],
15 #"header_links_before_dropdown": 8,
16 #"article_header_start": ["breadcrumbs.html"],
17 #"navbar_center": ["navbar-nav"],
18 #"navbar_end": [],
19 #"navbar_persistent": [],
20}

Definition at line 68 of file conf.py.

◆ html_static_path

list conf.html_static_path = ['_static']

Definition at line 92 of file conf.py.

◆ html_logo

string conf.html_logo = "images/gnunet-blue.png"

Definition at line 100 of file conf.py.

◆ todo_include_todos

bool conf.todo_include_todos = True

Definition at line 103 of file conf.py.

◆ primary_domain

string conf.primary_domain = "c"

Definition at line 105 of file conf.py.

◆ highlight_language

string conf.highlight_language = "c"

Definition at line 107 of file conf.py.

◆ rst_prolog

string conf.rst_prolog
Initial value:
1= f"""
2.. role:: c(code)
3 :language: c
4
5.. role:: bolditalic
6 :class: bolditalic
7"""

Definition at line 109 of file conf.py.

◆ rst_epilog

string conf.rst_epilog
Initial value:
1= """
2"""

Definition at line 117 of file conf.py.

◆ man_make_section_directory

bool conf.man_make_section_directory = False

Definition at line 74 of file conf.py.

◆ man_pages

list conf.man_pages
Initial value:
1= [
2 ('about', 'gnunet', 'About GNUnet', '', '1'),
3 ('installing', 'gnunet', 'Installing GNUnet', '', '2'),
4 ('users/start', 'gnunet', 'Starting and stopping', '', '3'),
5 ('users/gns', 'gnunet', 'The GNU Name System', '', '4'),
6 ('users/reclaim', 'gnunet', 're:claimID', '', '5'),
7 ('users/fs', 'gnunet', 'GNUnet File-Sharing', '', '6'),
8 ('users/vpn', 'gnunet', 'GNUnet VPN', '', '7'),
9 ('users/messenger', 'gnunet', 'GNUnet Messenger', '', '8'),
10 ('users/configuration', 'gnunet', 'GNUnet advanced configuration', '', '9'),
11 ('developers/contributing', 'gnunet-dev', 'Contributing', '', '1'),
12 ('developers/style', 'gnunet-dev', 'Style and workflow', '', '2'),
13 ('developers/util', 'gnunet-dev', 'libgnunetutil', '', '3'),
14 ('developers/rest/rest', 'gnunet-dev', 'REST API', '', '5'),
15 ('developers/tutorial', 'gnunet-dev', 'GNUnet Developer Tutorial', '', '6'),
16 ('livingstandards', 'lsd', 'Living Standards', '', '1'),
17]

Definition at line 75 of file conf.py.

◆ html_css_files

list conf.html_css_files
Initial value:
1= [
2 'css/custom.css',
3]

Definition at line 100 of file conf.py.

◆ smv_tag_whitelist

string conf.smv_tag_whitelist = r'^.*$'

Definition at line 127 of file conf.py.

◆ smv_branch_whitelist

string conf.smv_branch_whitelist = 'master'

Definition at line 131 of file conf.py.

◆ smv_remote_whitelist

conf.smv_remote_whitelist = None

Definition at line 134 of file conf.py.

◆ smv_released_pattern

string conf.smv_released_pattern = r'^tags/.*$'

Definition at line 137 of file conf.py.

◆ smv_outputdir_format

string conf.smv_outputdir_format = '{ref.name}'

Definition at line 140 of file conf.py.

◆ smv_prefer_remote_refs

bool conf.smv_prefer_remote_refs = False

Definition at line 143 of file conf.py.