Skip to content

Commit 1858669

Browse files
committed
docs: install sphinx theme with python
1 parent a4f2145 commit 1858669

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.readthedocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: docs/requirements.txt

docs/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)