Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
- Add options to link documentation with Github
- Comment non existing static path to avoid warning
  • Loading branch information
fraya committed Feb 16, 2025
1 parent 941e306 commit fe792a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@
# a list of builtin themes.
#
html_theme = 'furo'
# html_theme = dylan_themes.get_html_theme_default()
html_theme_options = {
'source_repository': 'https://github.com/fraya/v3d',
'source_branch': 'main',
'source_directory': 'documentation/source',
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

0 comments on commit fe792a5

Please sign in to comment.