Skip to content

Commit

Permalink
Add base url
Browse files Browse the repository at this point in the history
  • Loading branch information
mw committed Mar 20, 2024
1 parent b19d009 commit 2013ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: abatilo/actions-poetry@v3

- name: Install dependencies
run: "poetry install --with docs"
run: poetry install --with docs

- name: Build
run: poetry run sphinx-build -b dirhtml -v docs _build
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
html_static_path = ["_static"]

html_title = "Tetris Gymnasium"
# html_baseurl = ""
html_baseurl = "https://max-we.github.io/Tetris-Gymnasium"
html_copy_source = False
# html_favicon = "_static/img/favicon.png"
html_theme_options = {
Expand Down

0 comments on commit 2013ca7

Please sign in to comment.