Skip to content

Commit de25c9c

Browse files
committed
Adds LLMs text for improved AI queries
1 parent dd0216b commit de25c9c

3 files changed

Lines changed: 778 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@
201201
# Add any extra paths that contain custom files (such as robots.txt or
202202
# .htaccess) here, relative to this directory. These files are copied
203203
# directly to the root of the documentation.
204-
# html_extra_path = []
204+
# Using to copy over the LLM specific files
205+
html_extra_path = ["llms"]
205206

206207
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
207208
# using the given strftime format.

0 commit comments

Comments
 (0)