Skip to content

Commit

Permalink
Merge pull request #43 from sgbaird/layout
Browse files Browse the repository at this point in the history
update sidebar and update CI
  • Loading branch information
sgbaird authored Apr 17, 2024
2 parents 4074a94 + accd5db commit c9ad874
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:

test:
needs: prepare
if: >
github.event_name == 'pull_request' ||
(github.event_name == 'push' &&
contains(github.event.head_commit.modified, '.py'))
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,16 @@ LLMs are good at recognizing patterns but really bad at suggesting Bayesian opti
:maxdepth: 2
Overview <readme>
GitHub Source <https://github.com/sgbaird/honegumi>
Development
-----------
Contributions & Help <contributing>
License <license>
Authors <authors>
Changelog <changelog>
Module Reference <api/modules>
GitHub Source <https://github.com/sgbaird/honegumi>
```

## Indices and tables
Expand Down
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
ax-platform
black
click
Jinja2
jupytext
myst-parser[linkify]
numpy
pandas
pytest
scipy
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
Expand All @@ -7,3 +16,4 @@ sphinx_copybutton
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx_rtd_theme
tqdm

0 comments on commit c9ad874

Please sign in to comment.