Skip to content

Commit

Permalink
Sort the apt_packages list in .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Feb 3, 2024
1 parent 8763e57 commit c2189c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ build:
tools:
python: "3.11"
apt_packages:
- libfltk1.3-dev
- libfreetype6-dev
- libgl1-mesa-dev
- libgl1-mesa-glx
- xvfb
- python-tk
- libglu1
- libocct-data-exchange-dev
- libocct-foundation-dev
- libxcursor-dev
- libxft2
- libxinerama1
- libfltk1.3-dev
- libfreetype6-dev
- libgl1-mesa-dev
- libocct-foundation-dev
- libocct-data-exchange-dev
- python-tk
- xvfb

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit c2189c4

Please sign in to comment.