Skip to content

Commit

Permalink
update doc dependencies in pyproject (#415)
Browse files Browse the repository at this point in the history
doc dependancies update
  • Loading branch information
JulienT01 authored Feb 22, 2024
1 parent 1a46ac8 commit 25c0a19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ black = "23.9.1"
pre-commit = "^3.5.0"
rlberry-research = {git = "https://github.com/rlberry-py/rlberry-research.git"}
rlberry-scool = {git = "https://github.com/rlberry-py/rlberry-scool.git"}
sphinxcontrib-video = {git = "https://github.com/sphinx-contrib/video", optional=true}
sphinx = {version="6.2.1", optional=true}
sphinx-gallery = { version= "^0.14.0", optional=true}
sphinx-math-dollar = {version="^1.2.1", optional=true}
numpydoc = {version="^1.6.0", optional=true}
myst-parser = {version="^2.0.0", optional=true}


[build-system]
Expand Down

0 comments on commit 25c0a19

Please sign in to comment.