Skip to content

Commit a9ab04b

Browse files
Create .readthedocs.yml (#841)
1 parent 3b63e0d commit a9ab04b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.readthedocs.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
'sphinx.ext.intersphinx',
5454
'sphinx.ext.viewcode',
5555
'alabaster',
56-
'aiohttp_doctools',
5756
]
5857

5958
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)