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 f85dbf3 commit 85cdb53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ build:
# nodejs: "19"
# 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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##############################################
# Reduced requirements list for ReadTheDocs #
##############################################
setuptools
numpy==1.24.3

numpy>=1.8.2
matplotlib
PyYAML
huckelpy

0 comments on commit 85cdb53

Please sign in to comment.