Skip to content

Commit 0bd384c

Browse files
committed
Add docs/requirements.txt.
1 parent e8bfcfb commit 0bd384c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.readthedocs.yaml

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

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
myst-parser

0 commit comments

Comments
 (0)