We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b935d commit 840160fCopy full SHA for 840160f
3 files changed
.github/workflows/documentation.yml
@@ -27,10 +27,7 @@ jobs:
27
- name: Set up Conda
28
uses: conda-incubator/setup-miniconda@v3
29
with:
30
-# miniforge-variant: Mambaforge
31
-# use-mamba: true
32
environment-file: environment.yml
33
-
34
- name: Build documentation
35
shell: bash -l {0}
36
run: make html
.gitignore
@@ -206,6 +206,5 @@ marimo/_static/
206
marimo/_lsp/
207
__marimo__/
208
209
210
-# MacOs
+# MacOS
211
.DS_Store
doc/conf.py
@@ -30,6 +30,7 @@
html_theme = "pydata_sphinx_theme"
html_static_path = ['_static']
html_logo = '_static/logo.png'
+html_baseurl = 'https://toolsforexperiments.github.io/toolsforexperiments/'
html_theme_options = {
"logo": {
0 commit comments