We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398addd commit 47a466dCopy full SHA for 47a466d
docs/conf.py
@@ -91,12 +91,6 @@
91
]
92
}
93
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
-
100
# sphinx.ext.autodoc
101
autoclass_content = "both"
102
autodoc_member_order = "bysource"
@@ -119,6 +113,12 @@
119
113
rediraffe_redirects = "redirects.txt"
120
114
rediraffe_branch = "master~1"
121
115
116
+# sphinxext.opengraph
117
+ogp_site_url = about["__docs__"]
118
+ogp_image = "_static/img/icons/icon-192x192.png"
+ogp_desscription_length = about["__description__"]
+ogp_site_name = about["__title__"]
+
122
htmlhelp_basename = "%sdoc" % about["__title__"]
123
124
latex_documents = [
0 commit comments