summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2021-10-04 21:44:49 -0700
committerGitHub <noreply@github.com>2021-10-05 12:44:49 +0800
commit7637b1af29e284a99ffb1d6cbe866beee00b2973 (patch)
tree89085e22dba2508796ea4abae07f729474867719 /.readthedocs.yml
parenta42ec20880d44150022b8cd9c852fff6cca2dcaa (diff)
downloadpyopenssl-7637b1af29e284a99ffb1d6cbe866beee00b2973.tar.gz
Testing .readthedocs.yml changes (#1048)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 1682479..e97b9f8 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -2,3 +2,11 @@ version: 2
build:
image: "7.0"
+
+python:
+ version: "3"
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs