Skip to content

Commit

Permalink
Attempt fix of RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Aug 25, 2023
1 parent 156ec30 commit dd40dbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"
python: "mambaforge-22.9"

conda:
environment: environment.yml
Expand Down
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,3 @@ def version_from_file(f):
"notebook_interface": "jupyterlab",
},
}
html_sidebars = {
"**": [
"sidebar-logo.html",
"sbt-sidebar-nav.html",
]
}

0 comments on commit dd40dbf

Please sign in to comment.