From 92f810592e3afd17e25022f6e78a7a33e545aaed Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Mon, 21 Jul 2025 22:29:24 -0700 Subject: [PATCH] Add conda-forge version to index.rst --- docs/source/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 8922a8b..04fb43b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ Sphinx llms.txt Generator A `Sphinx`_ extension that generates a summary ``llms.txt`` file, written in Markdown, and a single combined documentation ``llms-full.txt`` file, written in reStructuredText. -|PyPI version| |Downloads| |Parallel Safe| |GitHub Stars| +|PyPI version| |Conda Version| |Downloads| |Parallel Safe| |GitHub Stars| .. toctree:: :maxdepth: 2 @@ -20,6 +20,9 @@ A `Sphinx`_ extension that generates a summary ``llms.txt`` file, written in Mar .. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-llms-txt.svg :target: https://pypi.python.org/pypi/sphinx-llms-txt :alt: Latest PyPi Version +.. |Conda Version| image:: https://img.shields.io/conda/vn/conda-forge/sphinx-llms-txt.svg + :target: https://anaconda.org/conda-forge/sphinx-llms-txt + :alt: Latest Conda Version .. |Downloads| image:: https://static.pepy.tech/badge/sphinx-llms-txt/month :target: https://pepy.tech/project/sphinx-llms-txt :alt: PyPi Downloads per month