Skip to content

Commit ce0c071

Browse files
author
Michael Lin
committed
attempt 3 at fixing all docs
1 parent b73989e commit ce0c071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
commands:
1414
- cat docs/environment_docs.yml
1515
- mamba env create --quiet --name pytc_docs --file docs/environment_docs.yml
16-
- mamba activate pytc_docs
16+
- conda activate pytc_docs
1717
- pip install --editable .
1818
- cat docs/source/conf.py
1919
- python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs/source $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)