diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 042e174..0547062 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,4 +14,8 @@ sphinx: python: install: - - requirements: requirements.txt \ No newline at end of file + - requirements: requirements.txt + - method: pip + path: notebook + - method: pip + path: myst-nb \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e36f52d..74cf657 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,5 @@ rich sphinx==5.3.0 sphinx_rtd_theme==1.1.1 readthedocs-sphinx-search==0.3.2 -notebook -myst-nb sphinxemoji graphviz \ No newline at end of file