File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 198198
199199# Announce that we have an opensearch plugin
200200# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_use_opensearch
201- html_use_opensearch = "https://MY_READTHEDOCS_PROJECT_SLUG.readthedocs .io"
201+ html_use_opensearch = "https://codesyntax.github .io/cs_dynamicpages "
202202
203203# The name for this set of Sphinx documents. If None, it defaults to
204204# "<project> v<release> documentation".
236236# -- Options for sphinx_sitemap to html -----------------------------
237237
238238# Used by sphinx_sitemap to generate a sitemap
239- html_baseurl = "https://MY_READTHEDOCS_PROJECT_SLUG.readthedocs .io/"
239+ html_baseurl = "https://codesyntax.github .io/cs_dynamicpages /"
240240# https://sphinx-sitemap.readthedocs.io/en/latest/advanced-configuration.html#customizing-the-url-scheme
241241sitemap_url_scheme = "{link}"
242242sitemap_filename = "sitemap-custom.xml"
284284
285285
286286# -- OpenGraph configuration ----------------------------------
287- ogp_site_url = "https://MY_READTHEDOCS_PROJECT_SLUG.readthedocs .io/"
287+ ogp_site_url = "https://codesyntax.github .io/cs_dynamicpages /"
288288ogp_description_length = 200
289- ogp_image = "https://MY_READTHEDOCS_PROJECT_SLUG/ _static/MY_LOGO .svg"
289+ ogp_image = "https://codesyntax.github.io/cs_dynamicpages/ _static/logo .svg"
290290ogp_site_name = "cs_dynamicpages Documentation"
291291ogp_type = "website"
292292ogp_custom_meta_tags = [
Original file line number Diff line number Diff line change 1+ Fix docs base url @erral
You can’t perform that action at this time.
0 commit comments