Skip to content

Commit 5108b87

Browse files
committed
fix: simplify readthedocs yml again
1 parent 8a12040 commit 5108b87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readthedocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ build:
2222
#conda:
2323
# environment: build/python/environment.yml
2424

25-
# Optionally set the version of Python and requirements required to build your docs
26-
python:
27-
install:
28-
- requirements: docs/requirements.txt
25+
## Optionally set the version of Python and requirements required to build your docs
26+
#python:
27+
# install:
28+
# - requirements: docs/requirements.txt
2929
# - method: setuptools
3030
# path: build/python

0 commit comments

Comments
 (0)