There was an error while loading. Please reload this page.
1 parent 815ffe5 commit 77aa532Copy full SHA for 77aa532
docs/environment.yml
@@ -5,3 +5,4 @@ channels:
5
6
dependencies:
7
- breathe
8
+ - sphinx_rtd_theme
readthedocs.yml
@@ -1,2 +1,9 @@
1
+version: 2
2
+
3
+build:
4
+ os: "ubuntu-22.04"
+ tools:
+ python: "mambaforge-22.9"
conda:
- file: docs/environment.yml
9
+ environment: docs/environment.yml
0 commit comments