MIT License

Copyright (c) 2026 Rohan Dahale

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------------------------------------------------------
Third-party notices
--------------------------------------------------------------------------

Parts of this project are adapted from the MIT-licensed projects below.
Their copyright notices are reproduced here as those licenses require.

DocumenterVitepress.jl, Copyright (c) 2023 LuxDL contributors
https://github.com/LuxDL/DocumenterVitepress.jl
  The bundled theme (src/sphinx_vitepress/template/theme/style.css and
  docstrings.css), the theme entry point, the placeholder-substitution
  approach used for config.mts, the <details> docstring markup emitted by
  the translator, and the versioned-deploy design implemented in
  versions.py and deploy.py are adapted from this project.

Makie.jl, Copyright (c) 2018 Simon Danisch and contributors
https://github.com/MakieOrg/Makie.jl
  src/sphinx_vitepress/template/theme/VersionPicker.vue derives from
  Makie's version picker, by way of DocumenterVitepress.jl's adaptation.

sphinx-markdown-builder, Copyright (c) 2023-2026 Liran Funaro
https://github.com/liran-funaro/sphinx-markdown-builder
  Used as a library dependency; this project's builder and translator
  subclass its classes. Its own lineage: forked from
  clayrisser/sphinx-markdown-builder (MIT, Clay Risser), originally based
  on doctree2md from nb2plots (BSD-2-Clause, Matthew Brett).

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
