8000 Implement hoverxref for floating tooltips by RDaxini · Pull Request #2290 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Implement hoverxref for floating tooltips #2290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dependency
  • Loading branch information
RDaxini committed Nov 5, 2024
commit 07d866205850292114f1b7cfa11799c266c48945
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ doc = [
'sphinx-toggleprompt == 0.5.2',
'sphinx-favicon',
'solarfactors',
'sphinx-hoverxref',
]
test = [
'pytest',
Expand Down
4 changes: 0 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ python:
path: .
extra_requirements:
- doc
- method: pip
path: .
extra_requirements:
- hoverxref
Loading
0