We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f2145 commit 1858669Copy full SHA for 1858669
.readthedocs.yml
@@ -17,6 +17,6 @@ sphinx:
17
18
# We recommend specifying your dependencies to enable reproducible builds:
19
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
-# python:
21
-# install:
22
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+# Defining the exact version will make sure things don't break
2
+sphinx==5.3.0
3
+sphinx_rtd_theme==1.1.1
4
+readthedocs-sphinx-search==0.1.1
0 commit comments