We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adb55d commit b93915fCopy full SHA for b93915f
.readthedocs.yaml
@@ -1,6 +1,16 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-lts-latest
5
+ tools:
6
+ python: latest
7
+ rust: latest
8
+
9
+sphinx:
10
+ configuration: docs/conf.py
11
12
python:
13
install:
14
+ - requirements: docs/requirements.txt
15
- method: pip
16
path: light-curve
docs/requirements.txt
@@ -0,0 +1,3 @@
+m2r2
+setuptools
+sphinxcontrib-katex
0 commit comments