-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathafterpython.toml
More file actions
19 lines (17 loc) · 942 Bytes
/
afterpython.toml
File metadata and controls
19 lines (17 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Extra information that pyproject.toml doesn't support should be stored in afterpython.toml
[company]
name = "AfterPython.Org" # used in myst.yml's venue.title
url = "https://afterpython.org" # used in myst.yml's venue.url
[website]
url = "https://afterpython.afterpython.org"
favicon = "favicon.svg"
logo = "logo.svg"
logo_dark = "logo.svg"
thumbnail = "thumbnail.png" # thumbnail for the website, also used as default thumbnail for all content types, e.g. blog posts, tutorials, examples, and guides
announcement = ""
readme_py = "wasm" # marimo html export format: "wasm" or "static"
execute_readme_py = false # execute README.py cells at build time and embed outputs as a preview (wasm mode only)
api_reference = false # set to true to enable the pdoc-generated API reference
# [website.blog]
# thumbnail = "blog_default_thumbnail.png" # inside blog/static/ folder, default thumbnail for blog posts
# featured_post = "blog1.md"