diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a020964..7efb9c5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,14 +1,8 @@ version: 2 - build: - os: ubuntu-22.04 - tools: - python: "3.12" - -sphinx: - configuration: doc/conf.py - fail_on_warning: true - -python: - install: - - requirements: doc/requirements.txt + os: "ubuntu-22.04" + commands: + - mkdir -p bin + - curl -sSL "https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz" | tar -xvz --directory "bin" + - mkdir -p $READTHEDOCS_OUTPUT/html + - bin/mdbook build doc --dest-dir=$READTHEDOCS_OUTPUT/html diff --git a/doc/src/conda.md b/doc/src/conda.md index f354b13..277b133 100644 --- a/doc/src/conda.md +++ b/doc/src/conda.md @@ -24,7 +24,9 @@ only from **conda-forge**. When you install [miniforge] with default options, re If you are using a different conda compatible package manager, use the appropriate `{{ package-manager }}` and `{{ environment-path }}`. -
Do not install any MPI or GPU enabled packages -from the conda-forge channel. The generic MPI and CUDA libraries -provided by conda-forge will take precedence and prevent the cluster-specific -libraries from operating correctly. +
+Do not install any MPI or GPU enabled packages from the conda-forge +channel. The generic MPI and CUDA libraries provided by conda-forge will take precedence and prevent the cluster-specific libraries from operating +correctly. +