Adds the RunLLM widget, customized to Modin, to the documentation page. RunLLM is a custom technical support assistant that helps developers unblock themselves by answering conceptual questions, generating code, and helping debug.
Here's an example response from RunLLM:
Just a note that I put the custom.js file in a new directory called _static, which seems to be the convention for Sphinx, and I updated conf.py accordingly. I didn't see any existing uses of html_static_paths, but please let me know if there's a different preferred organization.
[x] first commit message and PR title follow format outlined here
NOTE: If you edit the PR title to match this format, you need to add another commit (even if it's empty) or amend your last commit for the CI job that checks the PR title to pick up the new PR title.
What do these changes do?
Adds the RunLLM widget, customized to Modin, to the documentation page. RunLLM is a custom technical support assistant that helps developers unblock themselves by answering conceptual questions, generating code, and helping debug.
Here's an example response from RunLLM:
Just a note that I put the
custom.js
file in a new directory called_static
, which seems to be the convention for Sphinx, and I updatedconf.py
accordingly. I didn't see any existing uses ofhtml_static_paths
, but please let me know if there's a different preferred organization.flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date