We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a650a commit acb0ff8Copy full SHA for acb0ff8
2 files changed
docs/rtd_environment.yml
@@ -1,8 +1,8 @@
1
name: xtensor-docs
2
3
channels:
4
- - conda-forge
+- conda-forge
5
6
dependencies:
7
- - breathe
8
- - sphinx_rtd_theme
+- breathe
+- sphinx_rtd_theme
readthedocs.yml
@@ -1,9 +1,9 @@
version: 2
build:
- os: "ubuntu-22.04"
+ os: ubuntu-22.04
tools:
- python: "mambaforge-22.9"
+ python: mambaforge-22.9
conda:
9
environment: docs/rtd_environment.yml
0 commit comments