Merge branch 'main' into feature/singlemarkdown
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -4,15 +4,17 @@ Getting Started
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Directly install via ``pip`` by using:
|
Directly install by using:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. tab:: via pip
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
pip install sphinx-llms-txt
|
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
|
conda install -c conda-forge sphinx-llms-txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user