summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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