Skip to content

Commit 89a100d

Browse files
docs: finish env variables
1 parent aae4fe4 commit 89a100d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
AP_AUTO_SYNC=0 # if = 1, Auto-sync pyproject.toml+afterpython.toml-> myst.yml files
2-
AP_MOLAB_BADGE=1 # if = 1, auto-add molab badges to jupyter notebooks
1+
AP_AUTO_SYNC=0 # if = 1, Auto-sync pyproject.toml+afterpython.toml-> authors.yml+myst.yml files
2+
AP_MOLAB_BADGE=1 # if = 1, Auto-add molab badges to jupyter notebooks
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
---
2-
authors:
3-
- new_author_id_defined_in_authors_yml
4-
---
5-
61
# Environment Variables
72

83
## `AP_AUTO_SYNC`
4+
> Default: `0`. If set to `1`, automatically syncs configuration from `pyproject.toml` and `afterpython.toml` to `authors.yml` and `myst.yml` files.
95
6+
---
107
## `AP_MOLAB_BADGE`
8+
> Default: `0`. If set to `1`, automatically adds Molab badges to Jupyter notebooks.

0 commit comments

Comments
 (0)