diff --git a/docs/requirements.txt b/docs/requirements.txt index 6f7cb11..956bae7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,6 +3,7 @@ esbonio sphinx-contributors sphinx sphinx-llms-txt +sphinx-inline-tabs sphinxext-opengraph sphinx-markdown-builder sphinxcontrib-restbuilder diff --git a/docs/source/conf.py b/docs/source/conf.py index b9f9dfb..de320c1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 8011e15..52451b1 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -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 -----