Skip to content

Commit

Permalink
docs: attempt to install KiCad 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Feb 20, 2024
1 parent 65dcf09 commit a1af73c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
apt_packages:
- kicad
# apt_packages:
# - kicad
jobs:
pre_install:
- apt-get install software-properties-common -y
- add-apt-repository ppa:kicad/kicad-7.0-releases
- apt update
apt install kicad
- bash -c "mkdir -p ~/.config/kicad/7.0/colors && cp ./docs/assets/kicad/colors/Dark.json ~/.config/kicad/7.0/colors/Dark.json"
- make -C docs gen

Expand Down

0 comments on commit a1af73c

Please sign in to comment.