Skip to content

Commit

Permalink
VIRTUAL_ENV=
Browse files Browse the repository at this point in the history
  • Loading branch information
seqyuan committed Mar 3, 2024
1 parent 4d0c707 commit deda074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
- poetry config virtualenvs.create false
post_install:
# Install dependencies
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.todo",
'sphinx_gallery',
"sphinx.ext.coverage",
"sphinx_gallery.load_style",
"sphinx.ext.graphviz",
Expand Down

0 comments on commit deda074

Please sign in to comment.