From ca3698c7426c7a8310195a664155b024838075a6 Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Thu, 19 Oct 2023 16:49:26 +0200 Subject: [PATCH] docs: add sponsors to docs (#282) --- docs/images/msd-logo.svg | 1 + docs/introduction.rst | 11 +++++++++++ pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/images/msd-logo.svg diff --git a/docs/images/msd-logo.svg b/docs/images/msd-logo.svg new file mode 100644 index 00000000..6b5a6063 --- /dev/null +++ b/docs/images/msd-logo.svg @@ -0,0 +1 @@ + diff --git a/docs/introduction.rst b/docs/introduction.rst index 8ce3263d..1709becc 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -31,3 +31,14 @@ To explore which widgets are available and how to use them we defer to the `Vuetify documentation `_. You can browse examples on the left-hand side and see the source code by clicking on '< >' on the top right-hand side of the example. By reading :doc:`usage` you will be able to translate the examples to ipyvuetify. + +.. raw:: html + +

Sponsors

+-------- + +Project ipyvuetify receives direct funding from the following sources: + +.. image:: images/msd-logo.svg + :target: https://www.msd.com/ + :alt: MSD diff --git a/pyproject.toml b/pyproject.toml index 7b8ea17c..884d7908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ content-type = "text/markdown" [project.optional-dependencies] dev = ["nox", "pre-commit", "mypy"] test = ["pytest", "pytest-playwright", "jupyterlab<4", "solara[pytest]"] -doc = ["sphinx<7", "jupyter-sphinx", "ipykernel"] +doc = ["sphinx<7", "jupyter-sphinx", "ipykernel", "sphinx_rtd_theme"] [tool.setuptools] include-package-data = true