From 3bcb8082403aa94d0f8a1d0465fe97accaa5b20f Mon Sep 17 00:00:00 2001 From: Scott Graham <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:01:02 -0400 Subject: [PATCH 1/6] Update .readthedocs.yaml moving build to happen before python install --- docs/.readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 647d071207..7e819f66b3 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -4,13 +4,13 @@ version: 2 sphinx: configuration: docs/source/conf.py +# Add necessary apt-get packages +build: + apt_packages: + - cmake + # Explicitly set the version of Python and its requirements python: version: 3.7 install: - requirements: docs/requirements.txt - -# Add necessary apt-get packages -build: - apt_packages: - - cmake From 361c45e5f1539f55eb1c2551f205a2283c4aa594 Mon Sep 17 00:00:00 2001 From: Scott Graham <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:14:58 -0400 Subject: [PATCH 2/6] Update .readthedocs.yaml --- docs/.readthedocs.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 7e819f66b3..51aa0e7e6b 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -1,11 +1,8 @@ version: 2 -# Build from the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py - # Add necessary apt-get packages build: + image: latest apt_packages: - cmake @@ -14,3 +11,7 @@ python: version: 3.7 install: - requirements: docs/requirements.txt + +# Build from the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py From 9f19411e2312cde3655b1576bf2dbec20ffb2eb5 Mon Sep 17 00:00:00 2001 From: gramhagen <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:31:41 -0400 Subject: [PATCH 3/6] moving readthedocs yaml --- docs/.readthedocs.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docs/.readthedocs.yaml diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml deleted file mode 100644 index 51aa0e7e6b..0000000000 --- a/docs/.readthedocs.yaml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 - -# Add necessary apt-get packages -build: - image: latest - apt_packages: - - cmake - -# Explicitly set the version of Python and its requirements -python: - version: 3.7 - install: - - requirements: docs/requirements.txt - -# Build from the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py From fb2c31882bb644cdb8aaf5bf7f9e0a3e44fd14f9 Mon Sep 17 00:00:00 2001 From: gramhagen <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:33:27 -0400 Subject: [PATCH 4/6] actually moving the yaml this time --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..595e468ec7 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +# Add necessary apt-get packages +build: + apt_packages: + - cmake + +# Explicitly set the version of Python and its requirements +python: + version: "3.7" + install: + - requirements: docs/requirements.txt + +# Build from the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py From 01768eb6f563729a30a2402d282bd22160ab718b Mon Sep 17 00:00:00 2001 From: gramhagen <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:42:09 -0400 Subject: [PATCH 5/6] using pip install for rtd --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 595e468ec7..28d6dd565d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,10 @@ build: python: version: "3.7" install: - - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - all # Build from the docs/ directory with Sphinx sphinx: From 6b34580bfa1f293a16fbff4ceafe8b081002b72d Mon Sep 17 00:00:00 2001 From: gramhagen <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:54:44 -0400 Subject: [PATCH 6/6] removing redundant requirements.txt --- docs/requirements.txt | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 8d986c3fd7..0000000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,39 +0,0 @@ -numpy>=1.14 -pandas>1.0.3,<2 -scipy>=1.0.0,<2 -tqdm>=4.31.1,<5 -matplotlib>=2.2.2,<4 -scikit-learn>=0.22.1,<1 -numba>=0.38.1,<1 -lightfm>=1.15,<2 -lightgbm>=2.2.1,<3 -memory_profiler>=0.54.0,<1 -nltk>=3.4,<4 -pydocumentdb>=2.3.3<3 -pymanopt>=0.2.5,<1 -seaborn>=0.8.1,<1 -transformers>=2.5.0,<5 -bottleneck>=1.2.1,<2 -category_encoders>=1.3.0,<2 -jinja2>=2,<3 -pyyaml>=5.4.1,<6 -requests>=2.0.0,<3 -cornac>=1.1.2,<2 -scikit-surprise>=0.19.1,<=1.1.1 -retrying>=1.3.3 -azure.mgmt.cosmosdb>=0.8.0,<1 -hyperopt>=0.1.2,<1 -ipykernel>=4.6.1,<5 -jupyter>=1,<2 -locust>=1,<2 -papermill>=2.1.2,<3 -scrapbook>=0.5.0,<1.0.0 -nvidia-ml-py3>=7.352.0 -tensorflow-gpu>=1.15.0,<2 -torch==1.2.0 -fastai>=1.0.46,<2 -databricks_cli>=0.8.6,<1 -pyarrow>=0.8.0,<1.0.0 -pyspark>=2.4.5,<3.0.0 -cmake>=3.18.4.post1 -xlearn==0.40a1