From 75eb82f36a6dc6690a0bf572df023a4e80f6d77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Tue, 14 May 2024 08:47:41 +0200 Subject: [PATCH] doc: include sphinx in the list of projects --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index d7136f6..ea32f70 100644 --- a/profile/README.md +++ b/profile/README.md @@ -18,3 +18,4 @@ We also contribute to: - [PyVista](https://docs.pyvista.org/) - 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK). - [Python.NET](http://pythonnet.github.io/) - Nearly seamless integration with the .NET 4.0+ Common Language Runtime (CLR) on Windows and Mono runtime on Linux and OSX. - [CMake](https://cmake.org/) - Controls the software compilation process using simple platform and compiler independent configuration files. +- [Sphinx ecosystem](https://www.sphinx-doc.org/en/master/) - Static site generator used for rendering Python projects documentation.