Skip to content

Commit

Permalink
Extend documentation pages with links to quickly edit them on Github. (
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Jan 15, 2024
1 parent 8cec0db commit d98e94c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
copyright = 'Bart Feenstra and contributors'
html_favicon = str(ROOT_DIRECTORY_PATH / 'betty' / 'assets' / 'public' / 'static' / 'betty.ico')
html_logo = str(ROOT_DIRECTORY_PATH / 'betty' / 'assets' / 'public' / 'static' / 'betty-32x32.png')
html_context = {
'display_github': True,
'github_user': 'bartfeenstra',
'github_repo': 'betty',
'github_version': '0.3.x',
'conf_py_path': '/documentation/',
}
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'collapse_navigation': True,
Expand Down

0 comments on commit d98e94c

Please sign in to comment.