Skip to content

Commit b93915f

Browse files
committed
Add docs/requirements.txt
1 parent 0adb55d commit b93915f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.readthedocs.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-lts-latest
5+
tools:
6+
python: latest
7+
rust: latest
8+
9+
sphinx:
10+
configuration: docs/conf.py
11+
312
python:
413
install:
14+
- requirements: docs/requirements.txt
515
- method: pip
616
path: light-curve

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
m2r2
2+
setuptools
3+
sphinxcontrib-katex

0 commit comments

Comments
 (0)