Skip to content

Commit 47a466d

Browse files
committed
docs(conf): Move opengraph down
1 parent 398addd commit 47a466d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@
9191
]
9292
}
9393

94-
# sphinxext.opengraph
95-
ogp_site_url = about["__docs__"]
96-
ogp_image = "_static/img/icons/icon-192x192.png"
97-
ogp_desscription_length = about["__description__"]
98-
ogp_site_name = about["__title__"]
99-
10094
# sphinx.ext.autodoc
10195
autoclass_content = "both"
10296
autodoc_member_order = "bysource"
@@ -119,6 +113,12 @@
119113
rediraffe_redirects = "redirects.txt"
120114
rediraffe_branch = "master~1"
121115

116+
# sphinxext.opengraph
117+
ogp_site_url = about["__docs__"]
118+
ogp_image = "_static/img/icons/icon-192x192.png"
119+
ogp_desscription_length = about["__description__"]
120+
ogp_site_name = about["__title__"]
121+
122122
htmlhelp_basename = "%sdoc" % about["__title__"]
123123

124124
latex_documents = [

0 commit comments

Comments
 (0)