We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92f69a commit 9780b5cCopy full SHA for 9780b5c
docs/environment.yml
@@ -1,7 +1,8 @@
1
name: xtensor-r-docs
2
3
channels:
4
- - QuantStack
+ - conda-forge
5
6
dependencies:
7
- breathe
8
+ - sphinx_rtd_theme
readthedocs.yml
@@ -1,2 +1,9 @@
+version: 2
+
+build:
+ os: "ubuntu-22.04"
+ tools:
+ python: "mambaforge-22.9"
conda:
- file: docs/environment.yml
9
+ environment: docs/environment.yml
0 commit comments