We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44af3f commit 69df10fCopy full SHA for 69df10f
.readthedocs.yml
@@ -7,6 +7,6 @@ build:
7
commands:
8
- mamba env update --name base --file docs/environment.yml
9
- python -m pip install .
10
- - jupyter lite build --output-dir dist
+ - jupyter lite build --output-dir dist --contents examples
11
- mkdir -p $READTHEDOCS_OUTPUT/html
12
- cp -r dist/* $READTHEDOCS_OUTPUT/html/
0 commit comments