Skip to content

docs: add sphinx-llms-txt extension to generate llms.txt#3620

Merged
sobolevn merged 3 commits intowemake-services:masterfrom
frankgoldfish:docs/add-sphinx-llms-txt
Mar 21, 2026
Merged

docs: add sphinx-llms-txt extension to generate llms.txt#3620
sobolevn merged 3 commits intowemake-services:masterfrom
frankgoldfish:docs/add-sphinx-llms-txt

Conversation

@frankgoldfish
Copy link
Copy Markdown
Contributor

Closes #3619

What this does

Adds the sphinx-llms-txt extension to the Sphinx configuration, which generates llms.txt and llms-full.txt files that allow AI language models to better understand and navigate the WPS documentation.

Changes

  • docs/conf.py: added sphinx_llms_txt to extensions list and configured llms_txt_uri_template
  • pyproject.toml: added sphinx-llms-txt = "^0.3" to docs dependencies

This follows the same pattern used in wemake-services/django-modern-rest which already uses this extension.

Adds the sphinx-llms-txt extension to the Sphinx configuration,
which generates llms.txt and llms-full.txt files that allow AI
language models to better understand and navigate the WPS documentation.

This follows the same pattern used in other wemake-services projects
like django-modern-rest.

Closes #3619
Copy link
Copy Markdown
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, run poetry update

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4675d9d) to head (1024a97).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3620   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          369       369           
  Lines        12414     12414           
  Branches       860       860           
=========================================
  Hits         12414     12414           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sobolevn sobolevn merged commit 0e6f8c0 into wemake-services:master Mar 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add llms.txt and llms-full.txt

2 participants