We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14e9c9 commit c4964baCopy full SHA for c4964ba
1 file changed
packages/testing/src/execution_testing/config/docs.py
@@ -11,10 +11,10 @@
11
class DocsConfig(BaseModel):
12
"""A class for accessing documentation-related configurations."""
13
14
- TARGET_FORK: str = "Osaka"
+ TARGET_FORK: str = "Amsterdam"
15
"""The target fork for the documentation."""
16
17
- GENERATE_UNTIL_FORK: str = "Osaka"
+ GENERATE_UNTIL_FORK: str = "Amsterdam"
18
"""The fork until which documentation should be generated."""
19
20
DOCS_BASE_URL: str = "https://eest.ethereum.org"
0 commit comments