Commit 2d73a3d9 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated readthedocs configuration

parent 7098156a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
sphinx>=4.2.0
astropy>=5.0.1
numpy>=1.20.3
scipy>=1.7.1
matplotlib>=3.4.3

doc/preview.sh

0 → 100644
+3 −0
Original line number Diff line number Diff line

make clean html
open ./build/html/index.html
 No newline at end of file

readthedocs.yml

0 → 100644
+6 −0
Original line number Diff line number Diff line
python:
  # make sure joblib is installed in the virtualenv (it is imported in
  # conf.py)
  pip_install: true

requirements_file: ..readthedocs-requirements.txt
 No newline at end of file