#2472: apply PR suggestions

This commit is contained in:
Czar Echavez
2024-05-17 11:17:00 +01:00
parent 7530b5b7a6
commit 8e17151696
3 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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]

View File

@@ -140,7 +140,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.10.11"
}
},
"nbformat": 4,