Skip to content

Commit

Permalink
Merge pull request #30 from RCarter-IDM/jlfix
Browse files Browse the repository at this point in the history
jupyterlab version fix
  • Loading branch information
JSchripsema-IDM authored Oct 28, 2024
2 parents c16d027 + 860384b commit 800a3c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'plantweb.directive',
'sphinx_search.extension', # search across multiple docsets in domain
'sphinx.ext.viewcode', # link to view source code
'myst_parser', # source files written in MD or RST
'sphinxcontrib.jquery',
]

myst_enable_extensions = [
Expand Down
12 changes: 5 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
pydata-sphinx-theme
sphinxcontrib-napoleon~=0.7
sphinx~=6.2.1
plantweb~=1.2.1
numpydoc~=1.5.0
myst-parser~=2.0.0
readthedocs-sphinx-search~=0.3.1
sphinx~=6.2
plantweb~=1.2
numpydoc~=1.5
myst-parser~=2.0
jinja2<3.1
sphinxcontrib-programoutput~=0.17
nbsphinx~=0.9.2
jupyterlab~=4.0.2
sphinxcontrib-jquery~=4.1
jupyterlab~=4.0

0 comments on commit 800a3c8

Please sign in to comment.