Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 29, 2023
1 parent 77a650a commit acb0ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: xtensor-docs

channels:
- conda-forge
- conda-forge

dependencies:
- breathe
- sphinx_rtd_theme
- breathe
- sphinx_rtd_theme
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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:
environment: docs/rtd_environment.yml

0 comments on commit acb0ff8

Please sign in to comment.