aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-02-08 15:57:28 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-02-08 15:57:28 -0500
commit26fb466d12f36b5327f4bdafae5b8f8f62c22fca (patch)
tree5caca8cb18cd3bd7f06f219cfadcf78fcc905c89
parent8785e13c5e9df65051433a709547f0005193e301 (diff)
downloadb4-26fb466d12f36b5327f4bdafae5b8f8f62c22fca.tar.gz
docs: define sphinx requirements
This used to be all already set by default, hrmph. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--.readthedocs.yaml6
-rw-r--r--docs/requirements.txt4
2 files changed, 7 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index dd2aa46..31dbf0d 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -30,6 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
-# python:
-# install:
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..0df8acd
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1,4 @@
+# Defining the exact version will make sure things don't break
+sphinx==5.3.0
+sphinx_rtd_theme==1.1.1
+readthedocs-sphinx-search==0.1.1