Merge branch 'main' into feature/singlemarkdown

This commit is contained in:
Jared Dillard
2025-12-02 22:09:36 -08:00
3 changed files with 10 additions and 6 deletions
+1
View File
@@ -3,6 +3,7 @@ esbonio
sphinx-contributors sphinx-contributors
sphinx sphinx
sphinx-llms-txt sphinx-llms-txt
sphinx-inline-tabs
sphinxext-opengraph sphinxext-opengraph
sphinx-markdown-builder @ git+https://github.com/akaihola/sphinx-markdown-builder.git@singlemarkdown sphinx-markdown-builder @ git+https://github.com/akaihola/sphinx-markdown-builder.git@singlemarkdown
sphinxcontrib-restbuilder sphinxcontrib-restbuilder
+1
View File
@@ -56,6 +56,7 @@ extensions = [
"sphinx_contributors", "sphinx_contributors",
"sphinx_llms_txt", "sphinx_llms_txt",
"sphinxcontrib.restbuilder", "sphinxcontrib.restbuilder",
"sphinx_inline_tabs",
] ]
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
+8 -6
View File
@@ -4,17 +4,19 @@ Getting Started
Installation Installation
------------ ------------
Directly install via ``pip`` by using: Directly install by using:
.. code-block:: bash .. tab:: via pip
pip install sphinx-llms-txt .. code-block:: bash
Or with ``conda`` via ``conda-forge``: pip install sphinx-llms-txt
.. code:: .. tab:: via conda:
conda install -c conda-forge sphinx-llms-txt .. code-block:: bash
conda install -c conda-forge sphinx-llms-txt
Usage Usage
----- -----