From 9d5d12d4779c8898254d51706a51083e137e3816 Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Sun, 22 Oct 2023 23:28:26 +0200 Subject: [PATCH] readthedocs (#7) --- .readthedocs.yml | 14 +++++++------- docs/index.md | 2 -- docs/requirements.txt | 3 --- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 758d263..bf981b0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,14 @@ # Required version: 2 -# Image to use build: - image: testing + os: "ubuntu-22.04" + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py -# Configuration python: - version: 3.9 install: - - requirements: docs/requirements.txt - - method: pip - path: . + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 1fd0898..2a1e7fe 100755 --- a/docs/index.md +++ b/docs/index.md @@ -8,6 +8,4 @@ example.md changelog.md autoapi/index -conduct.md -contributing.md ``` \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 0032b1e..860922f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,8 +1,5 @@ sphinx sphinx-autoapi sphinx-rtd-theme -pandas -numpy myst-parser -scikit-learn importlib_resources \ No newline at end of file