diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..3480c6fc3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.13" + +sphinx: + configuration: docs/source/conf.py diff --git a/MANIFEST.in b/MANIFEST.in index 25d6814dc..ff2f15801 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,3 +11,4 @@ recursive-include examples *.py *.crt *.key *.pem *.csr include README.rst LICENSE CHANGELOG.rst pyproject.toml global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store +exclude .readthedocs.yaml diff --git a/README.rst b/README.rst index 2b221d777..dd01fe3a2 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ to large feature requests and changes. Before you contribute (either by opening an issue or filing a pull request), please `read the contribution guidelines`_. -.. _read the contribution guidelines: http://python-hyper.org/en/latest/contributing.html +.. _read the contribution guidelines: https://python-hyper.org/en/latest/contributing.html License =======