We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37bd27 commit b63da7bCopy full SHA for b63da7b
.readthedocs.yaml
@@ -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
@@ -13,3 +13,4 @@ exclude tests/test_hpack_integration.py
include README.rst LICENSE CHANGELOG.rst CONTRIBUTORS.rst pyproject.toml
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store
+exclude .readthedocs.yaml
0 commit comments