Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/docsite/Makefile.sphinx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
#

# You can set these variables from the command line.
LLM_DEFINES ?=
EXTRA_TAGS ?=
DOCS_VARIANTS ?=
SPHINXCONFDIR = rst
LANGOPTS ?=
SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(EXTRA_TAGS) $(LANGOPTS)
SPHINXOPTS ?= -j $(CPUS) -n -w rst_warnings -c "$(SPHINXCONFDIR)" $(DOCS_VARIANTS) $(EXTRA_TAGS) $(LANGOPTS) $(LLM_DEFINES)
SPHINXBUILD = sphinx-build
SPHINXPROJ = sdfsdf
SOURCEDIR = rst
Expand Down
1 change: 1 addition & 0 deletions docs/docsite/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'notfound.extension',
'sphinx_antsibull_ext', # provides CSS for the plugin/module docs generated by antsibull
'sphinx_copybutton',
'sphinx_llms_txt', # generates LLM friendly content with the llms.txt standard
]

# Later on, add 'sphinx.ext.viewcode' to the list if you want to have
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sphinx-intl # translation utility used by docs/docsite/Makefile
sphinx-notfound-page # extension used for the custom 404 page (cowsay)
sphinx-ansible-theme # extension used for the custom docs theme
sphinx-reredirects # extension to create redirects for moved pages
sphinx-llms-txt # generates LLM friendly plain text
sphinx-rtd-theme
rstcheck
antsibull-docutils >= 1.3.0 # rst-yamllint checker
Expand Down
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ sphinx-copybutton==0.5.2
# via -r tests/requirements.in
sphinx-intl==2.3.2
# via -r tests/requirements.in
sphinx-llms-txt==0.5.2
# via -r tests/requirements.in
sphinx-notfound-page==1.1.0
# via -r tests/requirements.in
sphinx-reredirects==0.1.6
Expand Down