Skip to content

Commit

Permalink
docs: fix make live command and some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDEA775 committed Jan 9, 2024
1 parent 7d1b9d7 commit 7995fc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help:
.PHONY: help Makefile

live:
sphinx-autobuild --ignore */_build/* --ignore */tmp/* -b html -n . _build/html
sphinx-autobuild --ignore */_build/* --ignore */tmp/* --ignore */_static/hub-*.json -b dirhtml -n . _build/dirhtml

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

# -- Options for MyST -------------------------------------------------
panels_add_bootstrap_css = False
myst_footnote_transition = False
myst_enable_extensions = [
"colon_fence",
"deflist",
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/prepare-for-events/exam.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This page documents what we do to prep, based on our prior experiences.
If the hub has a profile list enabled, based on the instance types setup for
the hub, you can find the new allocation options by running:

```{bash}
```bash
deployer generate resource-allocation choices <instance-type>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to ensure data is preserved.

## 1. Setup a new hub

Setup [a new hub](../../../topic/infrastructure/config.md) in the target cluster, mimicking
Setup [a new hub](config) in the target cluster, mimicking
the config of the old hub as much as possible.

(copy-home-dirs)=
Expand Down

0 comments on commit 7995fc7

Please sign in to comment.