File tree Expand file tree Collapse file tree 6 files changed +696
-32
lines changed
Expand file tree Collapse file tree 6 files changed +696
-32
lines changed Original file line number Diff line number Diff line change 1+ User-agent: *
2+
3+ Sitemap: https://python.pe/sitemap.xml
4+ Sitemap: https://www.python.pe/sitemap.xml
Original file line number Diff line number Diff line change 210210 "sphinx_tabs.tabs" ,
211211 "sphinx_togglebutton" ,
212212 "sphinx_sitemap" ,
213+ "sphinxext.opengraph" ,
213214 "embed" ,
214215 "gravatar" ,
215216]
414415
415416# sphinx-sitemap URL scheme
416417sitemap_url_scheme = "{link}"
418+
419+ # A list of paths that contain extra files not directly related to the
420+ # documentation.
421+ html_extra_path = ["_extra" ]
422+
423+ # OpenGraph options
424+ ogp_site_url = "https:/www.python.pe"
425+ ogp_enable_meta_description = True
426+ ogp_social_cards = {
427+ "line_color" : "#4078c0" ,
428+ "image" : "_static/logo/logo.png" ,
429+ }
You can’t perform that action at this time.
0 commit comments