Skip to content

Commit

Permalink
remove broken extension
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Dec 7, 2023
1 parent 4a15ae5 commit e2fc78e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"nbsphinx",
"recommonmark",
"sphinx_toolbox.more_autodoc.genericalias",
"sphinx_toolbox.more_autodoc.typehints",
]

templates_path = ["_templates"]
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ipython = { version = "^7.21.0", optional = true }
Sphinx = { version = "^7.1.2", optional = true }
sphinx-rtd-theme = { version = "^1.3.0,<=2.0.0", optional = true }
sphinx-toolbox = { version = "^3.5.0", optional = true }
nbsphinx = { version = "^0.9.1", optional = true }
nbsphinx = { version = "^0.9.3", optional = true }
recommonmark = { version = "^0.7.1", optional = true }
pandoc = {version = "^2.4b0", optional = true}
matplotlib = {version = "^3.7.1", optional = true}
Expand Down

0 comments on commit e2fc78e

Please sign in to comment.