Skip to content

Commit 1b8089b

Browse files
authored
Fix docs build comments (#253)
1 parent 761bf7c commit 1b8089b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ build:
99
python: "3.8"
1010
jobs:
1111
post_install:
12+
# https://github.com/pdm-project/pdm/discussions/1365#discussioncomment-3581356
1213
- env
1314
- ls -al $READTHEDOCS_VIRTUALENV_PATH
1415
- python --version
1516
- python -c "import sys; print(sys.executable)"
1617
- ls -l $(python -c "import sys; print(sys.executable)")
1718
# Install PDM in its own isolated environment, so docs deps don't trample its deps
1819
- curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python -
19-
# TODO how to get `pdm` on the $PATH?
20+
# TODO export `pdm` on the $PATH?
2021
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH $HOME/.local/bin/pdm info
21-
# https://github.com/pdm-project/pdm/discussions/1365#discussioncomment-3581356
22-
# NOTE: pandoc fails in isolation mode
2322
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH $HOME/.local/bin/pdm sync -v -G viz -dG docs

0 commit comments

Comments
 (0)