### Description  The document says `raw.theme` can be `none` or `str`, but when I compile the following code: ```typst #set raw(theme: none) ``` it emits the error: ```plaintext error: expected string, found none ``` ### Reproduction URL _No response_ ### Operating system _No response_ ### Typst version - [X] I am using the latest version of Typst
Description
The document says
raw.themecan benoneorstr, but when I compile the following code:it emits the error:
Reproduction URL
No response
Operating system
No response
Typst version