Skip to content

Commit b73989e

Browse files
author
Michael Lin
committed
attempt 2 at fixing all docs
1 parent c9ed775 commit b73989e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ build:
1212
python: "mambaforge-22.9"
1313
commands:
1414
- cat docs/environment_docs.yml
15-
- mamba env create --quiet --name latest --file docs/environment_docs.yml
15+
- mamba env create --quiet --name pytc_docs --file docs/environment_docs.yml
16+
- mamba activate pytc_docs
1617
- pip install --editable .
1718
- cat docs/source/conf.py
1819
- python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs/source $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)