File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 8282 description : >-
8383 We use cookies to measure the effectiveness of our documentation and whether users
8484 find what they're searching for. With your consent, you're helping us to
85- make our documentation better.
85+ make our documentation better. Only operational data is collected, no personal data.
8686 actions :
8787 - accept
8888 - reject
@@ -99,6 +99,10 @@ plugins:
9999 - autorefs
100100 - git-revision-date-localized :
101101 fallback_to_build_date : true
102+ enable_creation_date : true
103+ - git-committers :
104+ repository : interactions-py/interactions.py
105+ branch : stable
102106 - mkdocstrings :
103107 # custom_templates: docs/templates
104108 enable_inventory : true
@@ -117,12 +121,11 @@ plugins:
117121 show_if_no_docstring : False # temporary, this will be reverted to False once we're done with docs
118122 - minify :
119123 minify_html : true
120- # keep these at the bottom of the plugins list
121- # - privacy:
122- # externals: bundle
123- # enabled: !ENV [ DEPLOY, False ]
124- # - offline:
125- # enabled: !ENV [ DEPLOY, False ]
124+ # keep this at the bottom of the plugins list - if you are building without insiders, comment it out
125+ - privacy :
126+ # Downloads all external resources and stores them locally
127+ externals : bundle
128+ enabled : !ENV [ DEPLOY, False ]
126129
127130
128131markdown_extensions :
You can’t perform that action at this time.
0 commit comments