Skip to content

Commit a85b923

Browse files
authored
Merge pull request #41 from sgbaird/copybutton
copybutton
2 parents 7c4367f + dc6ec51 commit a85b923

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"sphinx.ext.mathjax",
7676
"sphinx.ext.napoleon",
7777
"sphinx_rtd_theme",
78+
"sphinx_copybutton",
7879
# "sphinx_rtd_dark_mode", # Honegumi table looks strange with dark mode due to custom html
7980
]
8081

docs/requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
myst-parser[linkify]
22
sphinx>=3.2.1
3+
# docutils<0.17 # https://stackoverflow.com/a/74355734/13697228
4+
# sphinx-rtd-dark-mode # honegumi table looks strange due to custom html
5+
sphinx_copybutton
36
# Requirements file for ReadTheDocs, check .readthedocs.yml.
47
# To build the module reference correctly, make sure every external package
58
# under `install_requires` in `setup.cfg` is also listed here!
69
sphinx_rtd_theme
7-
# docutils<0.17 # https://stackoverflow.com/a/74355734/13697228
8-
# sphinx-rtd-dark-mode # honegumi table looks strange due to custom html

notebooks/3.0-human-in-the-loop-BO.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@
336336
"outputs": []
337337
}
338338
]
339-
}
339+
}

0 commit comments

Comments
 (0)