Skip to content

Commit 33f1fd0

Browse files
authored
Merge pull request #576 from dajiaji/bump-sphinx-rtd-theme-to-3
Drop support for Python 3.8.
2 parents 0452202 + f9ee34a commit 33f1fd0

5 files changed

Lines changed: 530 additions & 500 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
platform: [ubuntu-latest, windows-latest]
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# import os
1414
# import sys
1515
# sys.path.insert(0, os.path.abspath('.'))
16-
import sphinx_rtd_theme
1716

1817
from cwt import __version__ as python_cwt_version
1918

@@ -69,7 +68,6 @@
6968
# a list of builtin themes.
7069
#
7170
html_theme = "sphinx_rtd_theme"
72-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
7371

7472
# Add any paths that contain custom static files (such as style sheets) here,
7573
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)