Skip to content

Commit

Permalink
fix: install from source code to use the latest docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Oct 18, 2023
1 parent 5422631 commit 4fbfe29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fbfe29

Please sign in to comment.