Skip to content

Commit

Permalink
Merge branch 'version/2.5' into version/2.6
Browse files Browse the repository at this point in the history
* version/2.5:
  convert libdbi from apt-get to manual download
  update requirements.txt for readthedocs compatibility
  • Loading branch information
ens-bwalts committed Sep 9, 2021
2 parents 5f83ef2 + 16ece50 commit a7bf004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,2 +1,2 @@
sphinxcontrib-doxylink==1.3
sphinxcontrib-doxylink
doxypypy
4 changes: 3 additions & 1 deletion docs/rtd_upgrade.sh
Expand Up @@ -31,7 +31,6 @@ mkdir packages
cd packages
# List of extra packages we need
apt-get download \
libdbi-perl \
libdbd-sqlite3-perl \
libjson-xs-perl \
libjson-perl \
Expand All @@ -45,6 +44,9 @@ apt-get download \
doxypy \
libproc-daemon-perl \

# manual download because rtd hasn't updated apt-cache
echo http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.640-1_amd64.deb \
| xargs -n 1 curl -O

mkdir ../root
for i in *.deb; do dpkg -x "$i" ../root/; done
Expand Down

0 comments on commit a7bf004

Please sign in to comment.