Skip to content

Commit 2ce6b0b

Browse files
Yuki Kobayashiionelmc
authored andcommitted
Fix document theme option in sphinx config file
1 parent 9463242 commit 2ce6b0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
}
3232
html_theme = 'furo'
3333
html_theme_options = {
34-
'githuburl': 'https://github.com/pytest-dev/pytest-cov/',
34+
'source_repository': 'https://github.com/pytest-dev/pytest-cov/',
35+
'source_branch': 'master',
36+
'source_directory': 'docs/',
3537
}
3638

3739
html_use_smartypants = True

0 commit comments

Comments
 (0)