Skip to content

Commit e73500b

Browse files
authored
Merge pull request #27 from codesyntax/llms-docs
fix ulrs
2 parents a7302af + eafdabc commit e73500b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
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".
@@ -236,7 +236,7 @@
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
241241
sitemap_url_scheme = "{link}"
242242
sitemap_filename = "sitemap-custom.xml"
@@ -284,9 +284,9 @@
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/"
288288
ogp_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"
290290
ogp_site_name = "cs_dynamicpages Documentation"
291291
ogp_type = "website"
292292
ogp_custom_meta_tags = [

news/+docs.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix docs base url @erral

0 commit comments

Comments
 (0)