summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-14 18:00:33 -0800
committerBob Halley <halley@dnspython.org>2021-11-14 18:00:33 -0800
commit4dbe2b458b34120ef0bd57c7c407e3175d7effba (patch)
treec27d5a99e1eeb8300b7e41961e03cf34e10662c3
parent0cf9bc7337a9ab2e6530760ba9bb6c4137a34c39 (diff)
downloaddnspython-4dbe2b458b34120ef0bd57c7c407e3175d7effba.tar.gz
pin versions for readthedocs
-rw-r--r--.readthedocs.yml1
-rw-r--r--doc/requirements.txt3
2 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8bca46c..43ef1bc 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -10,6 +10,7 @@ python:
install:
- method: pip
path: .
+ requirements: doc/requirements.txt
extra_requirements:
- dnssec
- idna
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 0000000..9d1272d
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,3 @@
+sphinx==4.2.0
+sphinx_rtd_theme==1.0.0
+readthedocs-sphinx-search==0.1.1