Skip to content

Commit bf8e42f

Browse files
committed
Style
1 parent 88ab317 commit bf8e42f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/conf.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
import sys
3+
34
from pallets_sphinx_themes import get_version
45
from pallets_sphinx_themes import ProjectLink
56

@@ -34,11 +35,15 @@
3435
html_theme = "werkzeug"
3536
html_context = {
3637
"project_links": [
37-
ProjectLink("WTForms documentation", "https://wtforms.readthedocs.io/en/stable/"),
38+
ProjectLink(
39+
"WTForms documentation", "https://wtforms.readthedocs.io/en/stable/"
40+
),
3841
ProjectLink("PyPI Releases", "https://pypi.org/project/WTForms-SQLAlchemy/"),
3942
ProjectLink("Source Code", "https://github.com/wtforms/wtforms-sqlalchemy/"),
4043
ProjectLink("Discord Chat", "https://discord.gg/F65P7Z9",),
41-
ProjectLink("Issue Tracker", "https://github.com/wtforms/wtforms-sqlalchemy/issues/"),
44+
ProjectLink(
45+
"Issue Tracker", "https://github.com/wtforms/wtforms-sqlalchemy/issues/"
46+
),
4247
]
4348
}
4449
html_sidebars = {

0 commit comments

Comments
 (0)