We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cbea3 commit cb596f1Copy full SHA for cb596f1
.readthedocs.yml
@@ -1,3 +1,7 @@
1
version: 2
2
conda:
3
- environment: doc/environment.yml
+ environment: doc/environment.yml
4
+python:
5
+ version: 3.9
6
+ install:
7
+ - requirements: doc/requirements.txt
doc/environment.yml
@@ -4,7 +4,3 @@ channels:
- defaults
dependencies:
- doxygen>=1.9.1
- - python=3.9
8
- - pip>=20.1
9
- - pip:
10
- - ..[docs,cpu]
0 commit comments