Skip to content

Commit d9fe8df

Browse files
committed
Switch to furo. Closes #618.
1 parent 9619cf7 commit d9fe8df

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docs/conf.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import os
22

3-
import sphinx_py3doc_enhanced_theme
4-
53
extensions = [
64
'sphinx.ext.autodoc',
75
'sphinx.ext.autosummary',
@@ -31,18 +29,14 @@
3129
'issue': ('https://github.com/pytest-dev/pytest-cov/issues/%s', '#'),
3230
'pr': ('https://github.com/pytest-dev/pytest-cov/pull/%s', 'PR #'),
3331
}
34-
html_theme = 'sphinx_py3doc_enhanced_theme'
35-
html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()]
32+
html_theme = 'furo'
3633
html_theme_options = {
3734
'githuburl': 'https://github.com/pytest-dev/pytest-cov/',
3835
}
3936

4037
html_use_smartypants = True
4138
html_last_updated_fmt = '%b %d, %Y'
4239
html_split_index = False
43-
html_sidebars = {
44-
'**': ['searchbox.html', 'globaltoc.html', 'sourcelink.html'],
45-
}
4640
html_short_title = f'{project}-{version}'
4741

4842
napoleon_use_ivar = True

docs/requirements.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sphinx==7.2.6
2-
sphinx-py3doc-enhanced-theme
3-
docutils
4-
jinja2<3.1
1+
sphinx
2+
furo
53
-e .

0 commit comments

Comments
 (0)