diff --git a/docs/environment.yml b/docs/environment.yml index 55a75074bb..0012f8f5ed 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -1,5 +1,6 @@ name: jupyter_server_docs dependencies: +- nodejs=14 - python=3.8 - pip - pip: diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000000..011118fd63 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 +sphinx: + configuration: docs/source/conf.py +conda: + environment: docs/environment.yml +python: + version: 3.8 + install: + # install itself with pip install . + - method: pip + path: .