source_view_link not working #802
-
I'm trying to use this option but find it's missing. https://github.com/pradyunsg/furo/blob/main/src/furo/theme/furo/theme.conf sphinx also raise a warning: unsupported theme option 'source_view_link' given |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have the same issue. According to the documentation Changing buttons on page > With arbitrary URLs this should be working since version I am on that version and get the same warning. Here a minimal html_theme = 'furo'
html_theme_options = {
'source_edit_link': 'https://www.google.com', # for trials lets just go to google
'source_view_link': 'https://www.google.com', # this causes the described warning
} The "edit this page" button works as it should (redirects to google in this example). |
Beta Was this translation helpful? Give feedback.
-
🙈 I know what's going on. I'll file a fix after my work day. |
Beta Was this translation helpful? Give feedback.
🙈
I know what's going on. I'll file a fix after my work day.