diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2868085..1a2fa2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black-jupyter language_version: python3 diff --git a/docs/conf.py b/docs/conf.py index 57e426a..88ac61a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ "autodocsumm", "m2r2", "nbsphinx", - "sphinx_rtd_theme" + "sphinx_rtd_theme", ] autosummary_generate = True # Turn on sphinx.ext.autosummary diff --git a/docs/requirements.txt b/docs/requirements.txt index 1396dc2..b192bfc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,12 +2,12 @@ autodocsumm ipykernel +m2r2 nbsphinx numpy readthedocs-sphinx-search scipy sphinx<7 sphinx_rtd_theme==0.5.2 -m2r2 torch -tqdm \ No newline at end of file +tqdm