diff --git a/docs/requirements.txt b/docs/requirements.txt index 4e1c457..01308a2 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 @ git+https://github.com/akaihola/sphinx-markdown-builder.git@singlemarkdown sphinxcontrib-restbuilder diff --git a/docs/source/conf.py b/docs/source/conf.py index 38505e0..0bac873 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 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 -----