#Python requirements file for building documentation
# used by Read The Docs to install python required
# modules with pip.

# Pinned sphinx's version to avoid breakage in future
sphinx == 8.2.3
sphinx_rtd_theme

# Support custom domains
git+https://github.com/AmirhosseinPoolad/sphinxcontrib-domaintools

# Support Markdown
sphinx-markdown-tables
myst_parser

# Handle markdown cross-references
git+https://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks

#Handle references in bibtex format

sphinxcontrib-bibtex

#Generates a project specific 404 (page not found) page
sphinx-notfound-page

#API Documentation
breathe
