Skip to content

Commit 840160f

Browse files
committed
minor fixes
1 parent 03b935d commit 840160f

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
- name: Set up Conda
2828
uses: conda-incubator/setup-miniconda@v3
2929
with:
30-
# miniforge-variant: Mambaforge
31-
# use-mamba: true
3230
environment-file: environment.yml
33-
3431
- name: Build documentation
3532
shell: bash -l {0}
3633
run: make html

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,5 @@ marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208208

209-
210-
# MacOs
209+
# MacOS
211210
.DS_Store

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
html_theme = "pydata_sphinx_theme"
3131
html_static_path = ['_static']
3232
html_logo = '_static/logo.png'
33+
html_baseurl = 'https://toolsforexperiments.github.io/toolsforexperiments/'
3334

3435
html_theme_options = {
3536
"logo": {

0 commit comments

Comments
 (0)