From 8e1715169642d9c4be13a48af61a99481201b12c Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Fri, 17 May 2024 11:17:00 +0100 Subject: [PATCH] #2472: apply PR suggestions --- docs/conf.py | 2 +- pyproject.toml | 6 +++--- src/primaite/notebooks/multi-processing.ipynb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 449bfff4..20632cb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ html_title = f"{project} v{release} docs" # ones. extensions = [ "sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings - # "sphinx.ext.autosummary", # Create summary tables for modules/classes/methods etc + "sphinx.ext.autosummary", # Create summary tables for modules/classes/methods etc "sphinx.ext.intersphinx", # Link to other project's documentation (see mapping below) "sphinx.ext.viewcode", # Add a link to the Python source code for classes, functions etc. "sphinx.ext.todo", diff --git a/pyproject.toml b/pyproject.toml index 723947ed..5d913e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,7 @@ dependencies = [ "typer[all]==0.9.0", "pydantic==2.7.0", "ray[rllib] >= 2.9, < 3", - "ipywidgets", - "nbsphinx==0.9.4" + "ipywidgets" ] [tool.setuptools.dynamic] @@ -72,7 +71,8 @@ dev = [ "setuptools==66", "Sphinx==7.1.2", "sphinx-copybutton==0.5.2", - "wheel==0.38.4" + "wheel==0.38.4", + "nbsphinx==0.9.4" ] [project.scripts] diff --git a/src/primaite/notebooks/multi-processing.ipynb b/src/primaite/notebooks/multi-processing.ipynb index 3ac6f4fa..71addce6 100644 --- a/src/primaite/notebooks/multi-processing.ipynb +++ b/src/primaite/notebooks/multi-processing.ipynb @@ -140,7 +140,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.10.11" } }, "nbformat": 4,