diff --git a/.readthedocs.yml b/.readthedocs.yml index faa7551d6..0ae274d47 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,3 +11,5 @@ build: post_install: - pip install poetry - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs + post_build: + - llms-txt --docs-dir $READTHEDOCS_OUTPUT/html diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 000000000..5e65284ac --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +llms-txt-action~=1.0.0