Skip to content

Commit

Permalink
Fix readthedocs build (#533)
Browse files Browse the repository at this point in the history
* Fix readthedocs build

* upd
  • Loading branch information
guilhermeleobas authored Mar 1, 2023
1 parent 2172262 commit 4343d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
steps:
- uses: yashhy/pr-label-check-and-comment-action@master
with:
required_labels: 'deprecation, enhancement, bug, documentation, tests, notebook, code quality'
required_labels: 'deprecation, enhancement, bug, documentation, tests, notebook, code quality, maintenance'
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
"logo": {
"image_light": html_logo,
"image_dark": html_logo,
}
},
# https://github.com/pydata/pydata-sphinx-theme/issues/1220
"icon_links": [],
}

html_context = {
Expand Down

0 comments on commit 4343d75

Please sign in to comment.