File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636# -- Options for HTML output -------------------------------------------------
3737# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3838
39+ REPO_URL = "https://github.com/chrismattmann/tika-python"
40+
41+ # TODO: no edit and view links
42+
3943html_theme = "furo"
40- html_static_path = ["_static" ]
44+ # html_static_path = ["_static"]
45+
4146html_theme_options = {
42- "source_repository" : "https://github.com/chrismattmann/tika-python" ,
43- "source_branch" : "master" ,
44- "source_directory" : "docs/source/" ,
47+ "source_repository" : REPO_URL ,
48+ # "source_branch": "master",
49+ # "source_directory": "docs/source/",
50+ "top_of_page_buttons" : [], # do not show edit and view buttons
4551 "footer_icons" : [
4652 {
4753 "name" : "GitHub" ,
48- "url" : "https://github.com/chrismattmann/tika-python" ,
54+ "url" : REPO_URL ,
4955 # Embedded SVG instructions from furo docs
5056 # Ref: https://pradyunsg.me/furo/customisation/footer/#configuration
5157 "html" : """
5763 },
5864 ],
5965}
66+ # html_copy_source = False
67+ # html_show_sourcelink = False
You can’t perform that action at this time.
0 commit comments