Skip to content

Commit 8af6707

Browse files
Ivan InfanteIvan Infante
Ivan Infante
authored and
Ivan Infante
committed
Fix: Add explicit Sphinx dependencies for Read the Docs
1 parent b7dc771 commit 8af6707

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ formats:
2525
# Optionally set the version of Python and requirements required to build your docs
2626
python:
2727
install:
28-
- method: pip
29-
path: .
30-
extra_requirements:
31-
- doc
28+
- requirements: docs/requirements.txt

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx
2+
sphinx-rtd-theme
3+
myst-parser # (If you use Markdown)

0 commit comments

Comments
 (0)