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.
1 parent 3b63e0d commit a9ab04bCopy full SHA for a9ab04b
.readthedocs.yml
@@ -0,0 +1,20 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html
3
+# for details
4
+
5
+---
6
+version: 2
7
8
+sphinx:
9
+ # Path to your Sphinx configuration file.
10
+ configuration: docs/conf.py
11
12
+submodules:
13
+ include: all
14
+ exclude: []
15
+ recursive: true
16
17
+build:
18
+ os: ubuntu-24.04
19
+ tools:
20
+ python: "3.13"
docs/conf.py
@@ -53,7 +53,6 @@
53
'sphinx.ext.intersphinx',
54
'sphinx.ext.viewcode',
55
'alabaster',
56
- 'aiohttp_doctools',
57
]
58
59
# Add any paths that contain templates here, relative to this directory.
0 commit comments