Skip to content

Commit

Permalink
fix sphinx conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jul 14, 2023
1 parent d7f3bb9 commit 5f7dda3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ updates:
interval: "daily"
ignore:
- dependency-name: "sphinx"
- dependency-name: "sphinx_rtd_theme"
- dependency-name: "sphinxcontrib-napoleon"
- dependency-name: "sphinx-copybutton"
- dependency-name: "sphinx-autodoc-typehints"
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx==5.3.0 # sphinx-rtd-theme 1.1.1 requires sphinx<6 and >=1.6
sphinx_rtd_theme==1.1.1
sphinx==6.2.1 # sphinx-rtd-theme 1.1.1 requires sphinx<6 and >=1.6
sphinx_rtd_theme==1.2.2
sphinxcontrib-napoleon==0.7
sphinx-autodoc-typehints==1.23.3
sphinx-copybutton==0.5.1
sphinx-autodoc-typehints==1.23.0
sphinx-copybutton==0.5.2
pillow>=6.2.0
numpy

0 comments on commit 5f7dda3

Please sign in to comment.