mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Support Environment Variables in config file
Environment variables can be assigned as values in the configuration file using the !ENV tag. Resolves #1954. The behavior is defined in the third-party package pyyaml_env_tag: https://github.com/waylan/pyyaml-env-tag
This commit is contained in:
@@ -5,4 +5,5 @@ Markdown==3.2.1
|
||||
PyYAML==5.1
|
||||
tornado==4.1
|
||||
mdx_gh_links==0.2
|
||||
ghp-import==1.0
|
||||
ghp-import==1.0
|
||||
pyyaml_env_tag==0.1
|
||||
|
||||
@@ -5,4 +5,5 @@ Markdown>=3.2.1
|
||||
PyYAML>=5.2
|
||||
tornado>=5.1.1
|
||||
mdx_gh_links>=0.2
|
||||
ghp-import>=1.0
|
||||
ghp-import>=1.0
|
||||
pyyaml_env_tag>=0.1
|
||||
|
||||
Reference in New Issue
Block a user