Skip to content

Commit

Permalink
adapt read the docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshempelmann committed Apr 5, 2024
1 parent d3bfebf commit 926e4e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ sphinx:
fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
formats: []

# Optionally set the version of Python and requirements required to build your docs
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: mambaforge-22.9
python: "mambaforge-22.9"

conda:
environment: environment-docs.yml

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- dev
# python:
# install:
# - requirements: requirements_docs.txt
1 change: 1 addition & 0 deletions environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dependencies:
- sphinx
- nbsphinx
- ipython
- pandoc

0 comments on commit 926e4e7

Please sign in to comment.