diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c517102..bfdb881 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,8 +12,9 @@ build: tools: python: "3.10" -# conda: -# environment: environment.yml +python: + install: + - requirements: docs/requirements.txt mkdocs: configuration: mkdocs.yml diff --git a/docs/requirements.txt b/docs/requirements.txt index 14de964..1188df1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,6 @@ +mkdocs +mkdocs-material +pymdown-extensions +mkdocs-jupyter mkdocstrings-python-legacy mkdocs-material-extensions>=1.0 -mkdocs-jupyter \ No newline at end of file