Skip to content

Commit 6d87776

Browse files
committed
added requirement file and config
1 parent 6c46487 commit 6d87776

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ sphinx:
2929
# Optional but recommended, declare the Python requirements required
3030
# to build your documentation
3131
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
32-
# python:
33-
# install:
34-
# - requirements: docs/requirements.txt
32+
python:
33+
install:
34+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx>=7.0.0
2+
recommonmark>=0.7.1

0 commit comments

Comments
 (0)