Skip to content

Commit acb0ff8

Browse files
committed
Fixed linter
1 parent 77a650a commit acb0ff8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/rtd_environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: xtensor-docs
22

33
channels:
4-
- conda-forge
4+
- conda-forge
55

66
dependencies:
7-
- breathe
8-
- sphinx_rtd_theme
7+
- breathe
8+
- sphinx_rtd_theme

readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-22.04"
4+
os: ubuntu-22.04
55
tools:
6-
python: "mambaforge-22.9"
6+
python: mambaforge-22.9
77

88
conda:
99
environment: docs/rtd_environment.yml

0 commit comments

Comments
 (0)