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.
2 parents 32284ba + d651362 commit 01e4cfcCopy full SHA for 01e4cfc
docs/sphinx/source/whatsnew/v0.11.3.rst
@@ -38,4 +38,15 @@ Requirements
38
39
Contributors
40
~~~~~~~~~~~~
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`)
52
* Mark Campanelli (:ghuser:`markcampanelli`)
readthedocs.yml
@@ -5,6 +5,9 @@
5
# Required
6
version: 2
7
8
+sphinx:
9
+ configuration: docs/sphinx/source/conf.py
10
11
build:
12
os: ubuntu-lts-latest
13
tools:
0 commit comments