Skip to content

Commit

Permalink
update readthedocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed May 9, 2023
1 parent 85cdb53 commit 83ef0ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ build:
# rust: "1.64"
# golang: "1.19"
commands:
- sudo apt update; sudo apt install build-essential libssl-dev zlib1g-dev
- sudo apt update libbz2-dev libreadline-dev libsqlite3-dev curl
- sudo apt update libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
- apt update; sudo apt install build-essential libssl-dev zlib1g-dev
- apt update libbz2-dev libreadline-dev libsqlite3-dev curl
- apt update libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 83ef0ce

Please sign in to comment.