File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33from __future__ import annotations
44
5+ import os
56from datetime import datetime , timezone
67from pathlib import Path
78
1415globals ()["copyright" ] = f"2014-{ datetime .now (tz = timezone .utc ).year } , { company } "
1516
1617extensions = [
18+ "sphinx_llm.txt" ,
1719 "sphinx.ext.autosectionlabel" ,
1820 "sphinx.ext.doctest" ,
1921 "sphinx.ext.extlinks" ,
6264 "user" : ("https://github.com/%s" , "@%s" ),
6365 "pypi" : ("https://pypi.org/project/%s" , "%s" ),
6466}
67+
68+ markdown_http_base = os .environ .get ("READTHEDOCS_CANONICAL_URL" , "" )
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ docs = [
6868 " sphinx>=9.1" ,
6969 " sphinx-copybutton>=0.5.2" ,
7070 " sphinx-inline-tabs>=2025.12.21.14" ,
71+ " sphinx-llm>=0.4.1" ,
7172 " sphinxcontrib-mermaid>=2.1" ,
7273 " sphinxcontrib-towncrier>=0.5.0a0" ,
7374 " towncrier>=25.8" ,
You can’t perform that action at this time.
0 commit comments