Skip to content

Commit

Permalink
add sphinx-design
Browse files Browse the repository at this point in the history
  • Loading branch information
tataraba authored and adamghill committed Jul 26, 2024
1 parent 55a8812 commit e1290fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ rst2pdf = { version = "*", optional = true }
sphinx-autoapi = { version = "*", optional = true }
sphinxext-opengraph = { version = "*", optional = true }
toml = { version = "*", optional = true }
sphinx-design = { version = "*", optional = true }

[tool.poetry.extras]
minify = ["htmlmin"]
docs = ["Sphinx", "linkify-it-py", "myst-parser", "furo", "sphinx-copybutton", "sphinx-autobuild", "rst2pdf", "sphinx-autoapi", "sphinxext-opengraph", "toml"]
docs = ["Sphinx", "linkify-it-py", "myst-parser", "furo", "sphinx-copybutton", "sphinx-autobuild", "rst2pdf", "sphinx-autoapi", "sphinxext-opengraph", "toml", "sphinx-design"]

[tool.poetry.group.dev.dependencies]
certifi = "^2023.7.22" # needed for GitHub Actions
Expand Down

0 comments on commit e1290fc

Please sign in to comment.