# Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx>=3.2.1
# theme
# extensions
myst-parser # Markdown support # https://anaconda.org/conda-forge/myst-parser/files
sphinx-design # responsive web component support # https://anaconda.org/conda-forge/sphinx-design/files
sphinx-copybutton # for copy button in code blocks # https://anaconda.org/conda-forge/sphinx-copybutton/files
sphinx-autoapi # to build docs from source code instead of package import # https://anaconda.org/conda-forge/sphinx-autoapi/files
sphinx-notfound-page # custom 404 page # https://anaconda.org/conda-forge/sphinx-notfound-page/files
sphinxcontrib-mermaid # mermaid charts
