Skip to content

Commit

Permalink
DOC: Attempt to fix readthedocs again
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Sep 13, 2023
1 parent 3dcbbe2 commit 4e68969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
13 changes: 6 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ version: 2
# Optionally build your docs in additional formats such as PDF
formats: all

# Optionally set the version of Python and requirements required to build your docs
conda:
environment: doc_environment.yml
build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- doc
- requirements: install_requirements.txt
- requirements: doc_requirements.txt
9 changes: 0 additions & 9 deletions doc_environment.yml

This file was deleted.

0 comments on commit 4e68969

Please sign in to comment.