Exemplo n.º 1
0
version = "0.5"
release = "0.5"

language = None

exclude_patterns = ["_build"]

#pygments_style = "botogramext.BotogramStyle"

todo_include_todos = False

## HTML output

html_theme = "botogram"
html_theme_path = ["_themes", pietroalbini_sphinx_themes.themes_path()]
html_static_path = ["_static"]

html_sidebars = {
    "**": ["links.html"],
}
#html_additional_pages = {}
#html_domain_indices = True
#html_use_index = True
#html_split_index = False
#html_show_sourcelink = True
#html_show_sphinx = True
#html_show_copyright = True
#html_search_language = "en"
#html_search_options = {"type": "default"}
#html_search_scorer = "scorer.js"
Exemplo n.º 2
0
version = "1.0"
release = "1.0"

language = None

exclude_patterns = ["_build"]

#pygments_style = "botogramext.BotogramStyle"

todo_include_todos = False


## HTML output

html_theme = "botogram"
html_theme_path = ["_themes", pietroalbini_sphinx_themes.themes_path()]
html_static_path = ["_static"]

html_sidebars = {
    "**": ["links.html"],
}
#html_additional_pages = {}
#html_domain_indices = True
#html_use_index = True
#html_split_index = False
#html_show_sourcelink = True
#html_show_sphinx = True
#html_show_copyright = True
#html_search_language = "en"
#html_search_options = {"type": "default"}
#html_search_scorer = "scorer.js"