We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd10ed4 commit d651362Copy full SHA for d651362
docs/sphinx/source/whatsnew/v0.11.3.rst
@@ -26,10 +26,13 @@ Requirements
26
27
Maintenance
28
~~~~~~~~~~~
29
+* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration
30
+ (:issue:`2357`, :pull:`2358`)
31
* asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
- (pull:`2352`)
32
+ (:pull:`2352`)
33
34
35
Contributors
36
~~~~~~~~~~~~
37
+* Rajiv Daxini (:ghuser:`RDaxini`)
38
* 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