summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 18:55:25 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-03-27 18:57:12 +0200
commit4355e36208237c0073d168bd0e6dee5b8c69cc30 (patch)
tree29c4a159954bfa9a751e58bff2b8ba0207db5841 /.readthedocs.yaml
parent3bb23925f80f77d8a3d94f48e83f532e3846870e (diff)
downloadpygobject-4355e36208237c0073d168bd0e6dee5b8c69cc30.tar.gz
Add a readthedocs config
So it uses a newer sphinx
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 00000000..a862d409
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,9 @@
+version: 2
+
+sphinx:
+ configuration: docs/conf.py
+
+python:
+ version: '3.8'
+ install:
+ - requirements: docs/requirements.txt \ No newline at end of file