Skip to content

Commit

Permalink
[Feature] Support Pure Python style Configuration File (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOCHENYE authored Jun 16, 2023
1 parent 1ab646d commit 6ece63e
Show file tree
Hide file tree
Showing 33 changed files with 2,809 additions and 148 deletions.
463 changes: 462 additions & 1 deletion docs/en/advanced_tutorials/config.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'myst_parser',
'sphinx_copybutton',
'sphinx.ext.autodoc.typehints',
'sphinx_tabs.tabs',
] # yapf: disable
autodoc_typehints = 'description'
myst_heading_anchors = 4
Expand Down
465 changes: 465 additions & 0 deletions docs/zh_cn/advanced_tutorials/config.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/zh_cn/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
'myst_parser',
'sphinx_copybutton',
'sphinx.ext.autodoc.typehints',
'sphinx_tabs.tabs',
] # yapf: disable
autodoc_typehints = 'description'
myst_heading_anchors = 4
Expand Down
Loading

0 comments on commit 6ece63e

Please sign in to comment.