henry000 commited on
Commit
298fa34
Β·
1 Parent(s): 21b24e0

πŸ› [Fix] ReadTheDocs bugs, including os

Browse files
Files changed (1) hide show
  1. .readthedocs.yaml +5 -0
.readthedocs.yaml CHANGED
@@ -1,5 +1,10 @@
1
  version: 2
2
 
 
 
 
 
 
3
  sphinx:
4
  configuration: docs/conf.py
5
 
 
1
  version: 2
2
 
3
+ build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.12"
7
+
8
  sphinx:
9
  configuration: docs/conf.py
10