diff --git a/environment.yml b/environment.yml index be30b2c9..b34108ff 100644 --- a/environment.yml +++ b/environment.yml @@ -4,5 +4,11 @@ channels: - defaults dependencies: - python - - jupyter-book + - jupyter-book>=1.0.0 - sphinx-tags + - sphinx-togglebutton + - sphinx-copybutton + - sphinx-design + - sphinx-book-theme + - jupyterbook-latex + - sphinx-multitoc-numbering diff --git a/requirements.txt b/requirements.txt index 560b716e..55c6bbe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,8 @@ -jupyter-book -sphinx-tags \ No newline at end of file +jupyter-book>=1.0.0 +sphinx-tags +sphinx-togglebutton +sphinx-copybutton +sphinx-design +sphinx-book-theme +jupyterbook-latex +sphinx-multitoc-numbering \ No newline at end of file