Skip to content

Commit

Permalink
Add ipython to doc dependencies to get ipython3 pygments lexer
Browse files Browse the repository at this point in the history
JWCook committed Jul 14, 2021
1 parent 7dfc0f2 commit 61969b3
Showing 2 changed files with 15 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ rich = ">=10.0"

# Documentation dependencies needed for Readthedocs builds
furo = {version = "2021.7.5b38", optional = true}
ipython = {version = "^7.25.0", optional = true, python = ">=3.7"}
linkify-it-py = {version = "^1.0.1", optional = true}
myst-parser = {version = "^0.15.1", optional = true}
nbsphinx = { version = "^0.8.5", optional = true }
@@ -52,7 +53,7 @@ sphinxcontrib-apidoc = { version = "^0.3", optional = true }

[tool.poetry.extras]
all = [] # Placeholder for optional dependencies needed to run examples in docs
docs = ["furo", "linkify-it-py", "myst-parser", "nbsphinx", "sphinx", "sphinx-automodapi",
docs = ["furo", "ipython", "linkify-it-py", "myst-parser", "nbsphinx", "sphinx", "sphinx-automodapi",
"sphinx-autodoc-typehints", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-panels",
"sphinxcontrib-apidoc"]

0 comments on commit 61969b3

Please sign in to comment.