From 4fbfe292f5f2b343f6bac0602a2b639b4192c9af Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Wed, 18 Oct 2023 17:39:28 +0800 Subject: [PATCH] fix: install from source code to use the latest docs; --- .readthedocs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a4e354b9..dbdcd398 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,8 +28,6 @@ build: - git clone https://github.com/WenjieDu/TSDB TSDB_repo --depth 1 - git clone https://github.com/WenjieDu/PyGrinder PyGrinder_repo --depth 1 - pip install ./TSDB_repo && pip install ./PyGrinder_repo && pip install . - - mv TSDB_repo/tsdb . && mv PyGrinder_repo/pygrinder . - - rm -rf TSDB_repo && rm -rf PyGrinder_repo post_install: - pip install docutils==0.20