Skip to content

Commit

Permalink
add dunamai to docs depenedencies to fix failing RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 1, 2023
1 parent 68fac15 commit 21206eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ pytest-xdist = { version = '*', optional = true }
m2r2 = { version = '*', optional = true }
sphinx = { version = '*', optional = true }
sphinx-rtd-theme = { version = '*', optional = true }

[tool.poetry.extras]
documentation = ['dunamai', 'm2r2', 'sphinx', 'sphinx-rtd-theme']

0 comments on commit 21206eb

Please sign in to comment.