Skip to content

Commit 69df10f

Browse files
committed
fix RTD
1 parent f44af3f commit 69df10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ build:
77
commands:
88
- mamba env update --name base --file docs/environment.yml
99
- python -m pip install .
10-
- jupyter lite build --output-dir dist
10+
- jupyter lite build --output-dir dist --contents examples
1111
- mkdir -p $READTHEDOCS_OUTPUT/html
1212
- cp -r dist/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)