diff --git a/doc/conf.py b/doc/conf.py index 319edc954605532bb3209854fee2312e460268cc..4470889095ac68f85c2be77924afb42e96a6a34a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -90,10 +90,6 @@ owner = ["Idiap Research Institute"] html_theme = "sphinx_rtd_theme" -html_theme_options = { - "source_edit_link": f"https://gitlab.idiap.ch/bob/{project}/-/edit/master/doc/{{filename}}", -} - html_title = f"{project} {release}"