File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44from __future__ import annotations
55
6+ import os
67from datetime import datetime , timezone
78from pathlib import Path
89
1516release = __version__
1617version = release
1718extensions = [
19+ "sphinx_llm.txt" ,
1820 "sphinx.ext.autodoc" ,
1921 "sphinx.ext.autosectionlabel" ,
2022 "sphinx.ext.extlinks" ,
5860towncrier_draft_working_directory = Path (__file__ ).parent .parent
5961# Towncrier news fragments are rST snippets folded into changelog.rst at release; they are not standalone pages.
6062exclude_patterns = ["changelog/*" ]
63+
64+ markdown_http_base = os .environ .get ("READTHEDOCS_CANONICAL_URL" , "" )
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ docs = [
8080 " sphinx-autodoc-typehints>=3.9.2" ,
8181 " sphinx-copybutton>=0.5.2" ,
8282 " sphinx-design>=0.7" ,
83+ " sphinx-llm>=0.4.1" ,
8384 " sphinx-sitemap>=2.9" ,
8485 " sphinxcontrib-mermaid>=2" ,
8586 " sphinxcontrib-towncrier>=0.5.0a0" ,
You can’t perform that action at this time.
0 commit comments