Skip to content

Commit

Permalink
docs: fix build 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 8, 2024
1 parent 4146ca6 commit 724d54f
Showing 1 changed file with 4 additions and 44 deletions.
48 changes: 4 additions & 44 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,8 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
apt_packages:
- wget
- binutils
- cmake
- dpkg-dev
- g++
- gcc
- libssl-dev
- git
- libx11-dev
- libxext-dev
- libxft-dev
- libxpm-dev
- python3
- libtbb-dev
- libvdt-dev
- libgif-dev
- gfortran
- libpcre3-dev
- libglu1-mesa-dev
- libglew-dev
- libftgl-dev
- libfftw3-dev
- libcfitsio-dev
- libgraphviz-dev
- libavahi-compat-libdnssd-dev
- libldap2-dev
- python3-dev
- python3-numpy
- libxml2-dev
- libkrb5-dev
- libgsl-dev
- qtwebengine5-dev
- nlohmann-json3-dev
- libmysqlclient-dev
- libgl2ps-dev
- liblzma-dev
- libxxhash-dev
- liblz4-dev
- libzstd-dev
commands:
- wget https://root.cern/download/root_v6.30.08.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz -O root.tar.gz
- tar -xzf root.tar.gz
- . root/bin/thisroot.sh



# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -67,3 +25,5 @@ python:
- docs
- method: pip
path: git+https://github.com/jiangyi15/tf-pwa
- method: pip
path: https://root-experimental-python-wheels.web.cern.ch/ROOT-0.1a5-cp39-cp39-manylinux_2_28_x86_64.whl#sha256=fb3c9c68a4e90d28106c660c2947b8364a18ce59689517a7f4819ab2c8acb40f

0 comments on commit 724d54f

Please sign in to comment.