Skip to content

Commit b238766

Browse files
committed
Merge branch 'main' into update_theme
2 parents 9d61e19 + d44c170 commit b238766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The key is used as identifier inside scss-files and the value must be a css/scss
1919
'cover': '#ffffff',
2020
'white': '#ffffff',
2121
'links': 'FA2323',
22-
'cover-bg' 'url(cover-bg.jpg) no-repeat center'
22+
'cover-bg': 'url(cover-bg.jpg) no-repeat center',
2323
'cover-overlay': 'rgba(250, 35, 35, 0.5)',
2424
'top-left-content': 'counter(page)',
2525
'bottom-center-content': '"Custom footer content"',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
classifiers=[
5252
'Framework :: Sphinx',
53-
'Framework :: Sphinx :: Theme',
53+
'Framework :: Sphinx :: Extension',
5454
'Development Status :: 5 - Production/Stable',
5555
'License :: OSI Approved :: MIT License',
5656
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)