Merge branch 'main' into feature/singlerst-builder
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user