Skip to content

Commit

Permalink
[Temp] Use forks to satisfy dependencies
Browse files Browse the repository at this point in the history
There is a dependency hell in the testing environment. For now just see if anything fails on sphinx 7

Signed-off-by: Cristian Le <git@lecris.dev>
  • Loading branch information
LecrisUT committed Jun 20, 2023
1 parent 1240f15 commit 26f07bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ docs = [
"Sphinx >= 7.0",
"sphinxcontrib-bibtex >= 2.5",
"sphinx-togglebutton",
"sphinx-design",
"sphinx-book-theme",
"sphinx-design @ git+https://github.com/LecrisUT/sphinx-design@sphinx-7",
"sphinx-book-theme @ git+https://github.com/LecrisUT/sphinx-book-theme@sphinx-7",
"myst-parser >= 2.0",
"linkify-it-py",
"jinja2",
Expand Down

0 comments on commit 26f07bf

Please sign in to comment.