Skip to content

Commit 01e4cfc

Browse files
Merge branch 'main' into add_tools_tests
2 parents 32284ba + d651362 commit 01e4cfc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@ Requirements
3838

3939
Contributors
4040
~~~~~~~~~~~~
41+
Maintenance
42+
~~~~~~~~~~~
43+
* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration
44+
(:issue:`2357`, :pull:`2358`)
45+
* asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
46+
(:pull:`2352`)
47+
48+
49+
Contributors
50+
~~~~~~~~~~~~
51+
* Rajiv Daxini (:ghuser:`RDaxini`)
4152
* Mark Campanelli (:ghuser:`markcampanelli`)

readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# Required
66
version: 2
77

8+
sphinx:
9+
configuration: docs/sphinx/source/conf.py
10+
811
build:
912
os: ubuntu-lts-latest
1013
tools:

0 commit comments

Comments
 (0)