Skip to content

Commit

Permalink
build: 📝 Add sphinx dependencies for doc build
Browse files Browse the repository at this point in the history
Clsoes #28
  • Loading branch information
adjavon committed Mar 4, 2025
1 parent 50ae126 commit d66bb7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"sphinxcontrib.email",
"myst_parser",
"sphinx_design",
"sphinx_copybutton",
]


Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ docs = [
"sphinxcontrib-email",
"sphinx>6",
"tomli",
"myst-parser",
"sphinx-copybutton",
"sphix-design",
]

[project.urls]
Expand Down

0 comments on commit d66bb7d

Please sign in to comment.