Skip to content

Commit

Permalink
try fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 20, 2023
1 parent 4b0882c commit 6da0bed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
apt_packages:
- snapd
- chromium-browser
# apt_packages:
# - snapd
# - chromium-browser
jobs:
post_create_environment:
- snap install chromium
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- dpkg -i google-chrome-stable_current_amd64.deb
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
Expand Down

0 comments on commit 6da0bed

Please sign in to comment.