From 7ce91b5672c285fd14b6d6fba05e82c09563b897 Mon Sep 17 00:00:00 2001 From: khider <11758571+khider@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:38:41 -0800 Subject: [PATCH] doc fix? maybe --- .readthedocs.yaml | 5 ++--- doc_build/rtd_env.yml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9a2063f5..6f788043 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,11 +11,10 @@ build: tools: python: "miniconda3-4.7" jobs: - pre_install: - - pip install --upgrade pip ipython ipykernel - - ipython kernel install --name "python3" --user post_checkout: - conda activate rtd_env + - pip install --upgrade pip ipython ipykernel + - ipython kernel install --name "python3" --user # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/doc_build/rtd_env.yml b/doc_build/rtd_env.yml index f214087e..10483143 100644 --- a/doc_build/rtd_env.yml +++ b/doc_build/rtd_env.yml @@ -2,6 +2,7 @@ name: rtd_env channels: - conda-forge - defaults + - ipykernel dependencies: - python=3.11 - pip: