Skip to content

Commit b63da7b

Browse files
committed
fix read-the-docs
1 parent f37bd27 commit b63da7b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: "3.13"
10+
jobs:
11+
install:
12+
- pip install -U pip
13+
- pip install --group 'docs' .
14+
15+
sphinx:
16+
configuration: docs/source/conf.py

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ exclude tests/test_hpack_integration.py
1313
include README.rst LICENSE CHANGELOG.rst CONTRIBUTORS.rst pyproject.toml
1414

1515
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store
16+
exclude .readthedocs.yaml

0 commit comments

Comments
 (0)