Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 8bd3714

Browse files
authored
Merge branch 'master' into dependabot/pip/kubernetes/kfserving/image_transformer/pillow-8.2.0
2 parents 466592a + 7adf760 commit 8bd3714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.6]
10+
python-version: [3.8]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def setup(app):
151151

152152
# In Sphinx 1.8 it was renamed to `add_css_file`, 1.7 and prior it is
153153
# `add_stylesheet` (deprecated in 1.8).
154-
add_css = getattr(app, 'add_css_file', getattr(app, 'add_stylesheet'))
154+
add_css = getattr(app, 'add_css_file')
155155
for css_file in html_css_files:
156156
add_css(css_file)
157157

0 commit comments

Comments
 (0)