Skip to content

Commit

Permalink
docs: add sitemap.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
HK-SHAO committed May 11, 2024
1 parent d7a0504 commit 341ec8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@
"sphinx.ext.doctest",
"sphinx_copybutton",
"autoapi.extension",
"sphinx_sitemap",
]

html_baseurl = "https://docs.yieldlang.com/"
sitemap_url_scheme = "{lang}latest/{link}"

autoapi_dirs = [
os.path.abspath("../../yieldlang/"),
]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dev = [
"sphinx-autobuild==2024.4.16",
"sphinx-autodoc-typehints==2.1.0",
"sphinx-autoapi",
"sphinx_sitemap",
"packaging",
]

Expand Down

0 comments on commit 341ec8b

Please sign in to comment.