File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11import os
22import sys
3+
34from pallets_sphinx_themes import get_version
45from pallets_sphinx_themes import ProjectLink
56
3435html_theme = "werkzeug"
3536html_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}
4449html_sidebars = {
You can’t perform that action at this time.
0 commit comments