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
@@ -56,6 +56,7 @@ extensions = [
"sphinx_contributors",
"sphinx_llms_txt",
"sphinxcontrib.restbuilder",
"sphinx_inline_tabs",
]
# The language for content autogenerated by Sphinx. Refer to documentation
+8 -6
View File
@@ -4,17 +4,19 @@ Getting Started
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
-----