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