mkdocs==1.6.1            # Main documentation generator.
mkdocs-material==9.5.47   # Theme
pymdown-extensions==10.12  # Markdown extensions e.g. to handle LaTeX.
mkdocstrings==0.27.0     # Autogenerate documentation from docstrings.
mknotebooks==0.8.0       # Turn Jupyter Lab notebooks into webpages.
# pytkdocs_tweaks==0.0.8   # Tweaks mkdocstrings to improve various aspects
# mkdocs_include_exclude_files==0.0.1  # Tweak which files are included/excluded
jinja2==3.1.4            # Older version. After 3.1.0 seems to be incompatible with current versions of mkdocstrings.
pygments==2.18.0
nbconvert==6.5.0         # Fix https://github.com/patrick-kidger/equinox/issues/428
mkdocs-autorefs==1.2.0
mkdocs-material-extensions==1.3.1
mkdocstrings-python==1.12.2

# Dependencies of Rex itself.
# Always use most up-to-date versions.
