Skip to content

Commit

Permalink
removed pins on packages to fix docs not compiling
Browse files Browse the repository at this point in the history
removed pins on packages to fix docs not compiling
  • Loading branch information
mschwamb committed Sep 29, 2023
1 parent 9ea56e8 commit 3da9566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==6.1.3
sphinx-rtd-theme==1.2.0
sphinx-autoapi==2.0.1
sphinx
sphinx-rtd-theme
sphinx-autoapi
nbsphinx
ipython
jupytext
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dev = [
"pytest",
"pytest-cov", # Used to report total code coverage
"pre-commit", # Used to run checks before finalizing a git commit
"sphinx==6.1.3", # Used to automatically generate documentation
"sphinx-rtd-theme==1.2.0", # Used to render documentation
"sphinx-autoapi==2.0.1", # Used to automatically generate api documentation
"sphinx", # Used to automatically generate documentation
"sphinx-rtd-theme", # Used to render documentation
"sphinx-autoapi", # Used to automatically generate api documentation
"black", # Used for static linting of files
# if you add dependencies here while experimenting in a notebook and you
# want that notebook to render in your documentation, please add the
Expand Down

0 comments on commit 3da9566

Please sign in to comment.