Skip to content
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

copybutton #41

Merged
merged 3 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -43,14 +43,14 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.0
hooks:
- id: black
exclude: ^tests/generated_scripts/
language_version: python3

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.0
hooks:
- id: black
exclude: ^(?!tests/generated_scripts/).* # any string that does not start with tests/generated_scripts/
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
"sphinx_copybutton",
# "sphinx_rtd_dark_mode", # Honegumi table looks strange with dark mode due to custom html
]

Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
myst-parser[linkify]
sphinx>=3.2.1
# docutils<0.17 # https://stackoverflow.com/a/74355734/13697228
# sphinx-rtd-dark-mode # honegumi table looks strange due to custom html
sphinx_copybutton
# Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx_rtd_theme
# docutils<0.17 # https://stackoverflow.com/a/74355734/13697228
# sphinx-rtd-dark-mode # honegumi table looks strange due to custom html
2 changes: 1 addition & 1 deletion notebooks/3.0-human-in-the-loop-BO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,4 @@
"outputs": []
}
]
}
}
Loading