Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
31,758
Downloads of v 1.5.5:
302
Last Update:
20 Apr 2017
Package Maintainer(s):
Software Author(s):
- Martin Donath
Tags:
mkdocs markdown documentation material foss cross-platform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

MkDocs Material Theme
This is not the latest version of MkDocs Material Theme available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
31,758
Downloads of v 1.5.5:
302
Maintainer(s):
Software Author(s):
- Martin Donath
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
MkDocs Material Theme 1.5.5
This is not the latest version of MkDocs Material Theme available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dependent package is by-passing verifier, so this package needs the same.
To install MkDocs Material Theme, run the following command from the command line or from PowerShell:
To upgrade MkDocs Material Theme, run the following command from the command line or from PowerShell:
To uninstall MkDocs Material Theme, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download mkdocs-material --internalize --version=1.5.5 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade mkdocs-material -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mkdocs-material -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure mkdocs-material installed
win_chocolatey:
name: mkdocs-material
state: present
version: 1.5.5
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'mkdocs-material' do
action :install
version '1.5.5'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: mkdocs-material,
Version: 1.5.5,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller mkdocs-material
{
Name = 'mkdocs-material'
Ensure = 'Present'
Version = '1.5.5'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mkdocs-material':
provider => 'chocolatey',
ensure => '1.5.5',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install mkdocs-material version="1.5.5" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 20 Apr 2017.
Material is a theme for MkDocs, an excellent static site generator geared towards project documentation. It is built using Google's material design guidelines, full responsive, optimized for touch and pointer devices as well as all sorts of screen sizes.
Features
- Beautiful, readable and very user-friendly design based on Google's material design guidelines, packed in a full responsive template with a well-defined and easily customizable color palette, great typography, as well as a beautiful search interface and footer.
- Well-tested and optimized Javascript and CSS including a cross-browser fixed/sticky header, a drawer that even works without Javascript using the checkbox hack with fallbacks, responsive tables that scroll when the screen is too small and well-defined print styles.
- Extra configuration options like a project logo, links to the authors GitHub and Twitter accounts, display of the amount of stars the project has on GitHub and Google Analytics integration.
- Easily extendable and customizable due to a well-designed asset pipeline built on-top of Gulp with npm and bower and modular and abstracted style definitions built with SASS.
- Web application capability on iOS – when the page is saved to the homescreen, it behaves and looks like a native application.
Update-SessionEnvironment
$version = '1.5.5'
python -m pip install mkdocs-material==$version
python -m pip uninstall mkdocs-material -y
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
MkDocs Material Theme 7.0.3 | 14 | Friday, February 26, 2021 | Approved |
MkDocs Material Theme 7.0.2 | 23 | Thursday, February 25, 2021 | Approved |
MkDocs Material Theme 7.0.1 | 21 | Thursday, February 25, 2021 | Approved |
MkDocs Material Theme 7.0.0 | 27 | Tuesday, February 23, 2021 | Approved |
MkDocs Material Theme 6.2.8 | 90 | Friday, February 5, 2021 | Approved |
MkDocs Material Theme 6.2.7 | 51 | Sunday, January 31, 2021 | Approved |
MkDocs Material Theme 6.2.6 | 104 | Tuesday, January 26, 2021 | Approved |
MkDocs Material Theme 6.2.5 | 128 | Sunday, January 17, 2021 | Approved |
MkDocs Material Theme 6.2.4 | 76 | Saturday, January 9, 2021 | Approved |
MkDocs Material Theme 6.2.3 | 123 | Sunday, December 27, 2020 | Approved |
MkDocs Material Theme 6.2.2 | 40 | Tuesday, December 22, 2020 | Approved |
MkDocs Material Theme 6.2.0 | 16 | Tuesday, December 22, 2020 | Approved |
MkDocs Material Theme 6.1.7 | 114 | Sunday, December 6, 2020 | Approved |
MkDocs Material Theme 6.1.6 | 72 | Sunday, November 22, 2020 | Approved |
MkDocs Material Theme 6.1.5 | 73 | Sunday, November 15, 2020 | Approved |
MkDocs Material Theme 6.1.4 | 90 | Sunday, November 8, 2020 | Approved |
MkDocs Material Theme 6.1.3 | 43 | Friday, November 6, 2020 | Approved |
MkDocs Material Theme 6.1.2 | 61 | Saturday, October 31, 2020 | Approved |
MkDocs Material Theme 6.1.0 | 99 | Saturday, October 17, 2020 | Approved |
MkDocs Material Theme 6.0.2 | 119 | Sunday, October 4, 2020 | Approved |
MkDocs Material Theme 6.0.1 | 59 | Monday, September 28, 2020 | Approved |
MkDocs Material Theme 6.0.0 | 27 | Sunday, September 27, 2020 | Approved |
MkDocs Material Theme 5.5.14 | 54 | Wednesday, September 23, 2020 | Approved |
MkDocs Material Theme 5.5.13 | 60 | Saturday, September 19, 2020 | Approved |
MkDocs Material Theme 5.5.12 | 131 | Tuesday, September 1, 2020 | Approved |
MkDocs Material Theme 5.5.11 | 45 | Friday, August 28, 2020 | Approved |
MkDocs Material Theme 5.5.9 | 50 | Thursday, August 27, 2020 | Approved |
MkDocs Material Theme 5.5.8 | 56 | Sunday, August 23, 2020 | Approved |
MkDocs Material Theme 5.5.7 | 81 | Sunday, August 16, 2020 | Approved |
MkDocs Material Theme 5.5.6 | 51 | Wednesday, August 12, 2020 | Approved |
MkDocs Material Theme 5.5.5 | 41 | Tuesday, August 11, 2020 | Approved |
MkDocs Material Theme 5.5.3 | 53 | Wednesday, August 5, 2020 | Approved |
MkDocs Material Theme 5.5.2 | 40 | Monday, August 3, 2020 | Approved |
MkDocs Material Theme 5.5.1 | 30 | Monday, August 3, 2020 | Approved |
MkDocs Material Theme 5.5.0 | 87 | Friday, July 24, 2020 | Approved |
MkDocs Material Theme 5.4.0 | 117 | Monday, June 29, 2020 | Approved |
MkDocs Material Theme 5.3.3 | 72 | Wednesday, June 24, 2020 | Approved |
MkDocs Material Theme 5.3.2 | 45 | Sunday, June 21, 2020 | Approved |
MkDocs Material Theme 5.3.1 | 32 | Saturday, June 20, 2020 | Approved |
MkDocs Material Theme 5.3.0 | 63 | Monday, June 15, 2020 | Approved |
MkDocs Material Theme 5.2.3 | 73 | Sunday, June 7, 2020 | Approved |
MkDocs Material Theme 5.2.2 | 107 | Tuesday, May 26, 2020 | Approved |
MkDocs Material Theme 5.2.1 | 88 | Friday, May 22, 2020 | Approved |
MkDocs Material Theme 5.2.0 | 74 | Tuesday, May 19, 2020 | Approved |
MkDocs Material Theme 5.1.7 | 48 | Saturday, May 16, 2020 | Approved |
MkDocs Material Theme 5.1.6 | 92 | Saturday, May 9, 2020 | Approved |
MkDocs Material Theme 5.1.5 | 102 | Sunday, May 3, 2020 | Approved |
MkDocs Material Theme 5.1.4 | 89 | Thursday, April 30, 2020 | Approved |
MkDocs Material Theme 5.1.3 | 98 | Monday, April 27, 2020 | Approved |
MkDocs Material Theme 5.1.2 | 73 | Sunday, April 26, 2020 | Approved |
MkDocs Material Theme 5.1.1 | 109 | Saturday, April 18, 2020 | Approved |
MkDocs Material Theme 5.1.0 | 116 | Sunday, April 12, 2020 | Approved |
MkDocs Material Theme 5.0.2 | 65 | Saturday, April 11, 2020 | Approved |
MkDocs Material Theme 5.0.0 | 96 | Tuesday, April 7, 2020 | Approved |
MkDocs Material Theme 4.6.3 | 537 | Friday, February 14, 2020 | Approved |
MkDocs Material Theme 4.6.2 | 126 | Sunday, February 9, 2020 | Approved |
MkDocs Material Theme 4.6.1 | 86 | Saturday, February 8, 2020 | Approved |
MkDocs Material Theme 4.6.0 | 208 | Wednesday, December 11, 2019 | Approved |
MkDocs Material Theme 4.5.1 | 133 | Monday, December 2, 2019 | Approved |
MkDocs Material Theme 4.5.0 | 137 | Sunday, November 17, 2019 | Approved |
MkDocs Material Theme 4.4.3 | 265 | Thursday, October 3, 2019 | Approved |
MkDocs Material Theme 4.4.2 | 326 | Tuesday, August 27, 2019 | Approved |
MkDocs Material Theme 4.4.1 | 131 | Thursday, August 22, 2019 | Approved |
MkDocs Material Theme 4.4.0 | 315 | Saturday, June 15, 2019 | Approved |
MkDocs Material Theme 4.3.1 | 228 | Friday, May 24, 2019 | Approved |
MkDocs Material Theme 4.3.0 | 146 | Saturday, May 18, 2019 | Approved |
MkDocs Material Theme 4.2.0 | 208 | Sunday, April 28, 2019 | Approved |
MkDocs Material Theme 4.1.2 | 170 | Tuesday, April 16, 2019 | Approved |
MkDocs Material Theme 4.1.1 | 181 | Friday, March 29, 2019 | Approved |
MkDocs Material Theme 4.1.0 | 156 | Saturday, March 23, 2019 | Approved |
MkDocs Material Theme 4.0.2 | 217 | Friday, March 1, 2019 | Approved |
MkDocs Material Theme 4.0.1 | 183 | Wednesday, February 13, 2019 | Approved |
MkDocs Material Theme 3.3.0 | 211 | Tuesday, January 29, 2019 | Approved |
MkDocs Material Theme 3.2.0 | 237 | Friday, December 28, 2018 | Approved |
MkDocs Material Theme 3.1.0 | 318 | Saturday, November 17, 2018 | Approved |
MkDocs Material Theme 3.0.6 | 185 | Friday, October 26, 2018 | Approved |
MkDocs Material Theme 3.0.5 | 170 | Tuesday, October 23, 2018 | Approved |
MkDocs Material Theme 3.0.4 | 298 | Monday, September 3, 2018 | Approved |
MkDocs Material Theme 3.0.3 | 245 | Wednesday, August 8, 2018 | Approved |
MkDocs Material Theme 3.0.2 | 180 | Monday, August 6, 2018 | Approved |
MkDocs Material Theme 3.0.1 | 170 | Monday, August 6, 2018 | Approved |
MkDocs Material Theme 2.9.4 | 200 | Monday, July 30, 2018 | Approved |
MkDocs Material Theme 2.9.2 | 266 | Saturday, June 30, 2018 | Approved |
MkDocs Material Theme 2.9.1 | 247 | Monday, June 18, 2018 | Approved |
MkDocs Material Theme 2.9.0 | 196 | Wednesday, June 13, 2018 | Approved |
MkDocs Material Theme 2.8.0 | 210 | Monday, June 11, 2018 | Approved |
MkDocs Material Theme 2.7.3 | 393 | Thursday, April 26, 2018 | Approved |
MkDocs Material Theme 2.7.2 | 264 | Monday, April 9, 2018 | Approved |
MkDocs Material Theme 2.7.1 | 265 | Wednesday, March 21, 2018 | Approved |
MkDocs Material Theme 2.7.0 | 281 | Wednesday, March 7, 2018 | Approved |
MkDocs Material Theme 2.6.6 | 291 | Friday, February 23, 2018 | Approved |
MkDocs Material Theme 2.6.5 | 258 | Thursday, February 22, 2018 | Approved |
MkDocs Material Theme 2.6.4 | 251 | Thursday, February 22, 2018 | Approved |
MkDocs Material Theme 2.6.3 | 288 | Monday, February 19, 2018 | Approved |
MkDocs Material Theme 2.6.2 | 280 | Monday, February 12, 2018 | Approved |
MkDocs Material Theme 2.6.1 | 251 | Monday, February 12, 2018 | Approved |
MkDocs Material Theme 2.6.0 | 306 | Friday, February 2, 2018 | Approved |
MkDocs Material Theme 2.5.5 | 268 | Wednesday, January 31, 2018 | Approved |
MkDocs Material Theme 2.5.4 | 250 | Monday, January 29, 2018 | Approved |
MkDocs Material Theme 2.5.3 | 273 | Friday, January 26, 2018 | Approved |
MkDocs Material Theme 2.5.2 | 278 | Monday, January 22, 2018 | Approved |
MkDocs Material Theme 2.5.1 | 269 | Saturday, January 20, 2018 | Approved |
MkDocs Material Theme 2.5.0 | 292 | Saturday, January 13, 2018 | Approved |
MkDocs Material Theme 2.4.0 | 262 | Thursday, January 11, 2018 | Approved |
MkDocs Material Theme 2.3.0 | 288 | Wednesday, January 10, 2018 | Approved |
MkDocs Material Theme 2.2.6 | 282 | Wednesday, December 27, 2017 | Approved |
MkDocs Material Theme 2.2.5 | 313 | Tuesday, December 19, 2017 | Approved |
MkDocs Material Theme 2.2.4 | 262 | Monday, December 18, 2017 | Approved |
MkDocs Material Theme 2.2.3 | 272 | Wednesday, December 13, 2017 | Approved |
MkDocs Material Theme 2.2.2 | 300 | Friday, December 8, 2017 | Approved |
MkDocs Material Theme 2.2.1 | 272 | Saturday, December 2, 2017 | Approved |
MkDocs Material Theme 2.2.0 | 287 | Thursday, November 23, 2017 | Approved |
MkDocs Material Theme 2.1.1 | 256 | Tuesday, November 21, 2017 | Approved |
MkDocs Material Theme 2.1.0 | 273 | Sunday, November 19, 2017 | Approved |
MkDocs Material Theme 2.0.4 | 287 | Sunday, November 5, 2017 | Approved |
MkDocs Material Theme 2.0.2 | 313 | Wednesday, November 1, 2017 | Approved |
MkDocs Material Theme 2.0.1 | 281 | Tuesday, October 31, 2017 | Approved |
MkDocs Material Theme 2.0.0 | 261 | Tuesday, October 31, 2017 | Approved |
MkDocs Material Theme 1.12.2 | 294 | Friday, October 27, 2017 | Approved |
MkDocs Material Theme 1.12.1 | 253 | Monday, October 23, 2017 | Approved |
MkDocs Material Theme 1.12.0 | 255 | Friday, October 20, 2017 | Approved |
MkDocs Material Theme 1.11.0 | 249 | Thursday, October 19, 2017 | Approved |
MkDocs Material Theme 1.10.4 | 259 | Wednesday, October 18, 2017 | Approved |
MkDocs Material Theme 1.10.3 | 272 | Wednesday, October 11, 2017 | Approved |
MkDocs Material Theme 1.10.2 | 293 | Friday, October 6, 2017 | Approved |
MkDocs Material Theme 1.10.1 | 326 | Thursday, September 14, 2017 | Approved |
MkDocs Material Theme 1.10.0 | 293 | Friday, September 1, 2017 | Approved |
MkDocs Material Theme 1.9.0 | 289 | Tuesday, August 29, 2017 | Approved |
MkDocs Material Theme 1.8.1 | 319 | Monday, August 7, 2017 | Approved |
MkDocs Material Theme 1.8.0 | 303 | Wednesday, August 2, 2017 | Approved |
MkDocs Material Theme 1.7.5 | 309 | Tuesday, July 25, 2017 | Approved |
MkDocs Material Theme 1.7.4 | 306 | Wednesday, June 21, 2017 | Approved |
MkDocs Material Theme 1.7.3 | 332 | Wednesday, June 7, 2017 | Approved |
MkDocs Material Theme 1.7.2 | 285 | Wednesday, June 7, 2017 | Approved |
MkDocs Material Theme 1.7.1 | 314 | Thursday, June 1, 2017 | Approved |
MkDocs Material Theme 1.7.0 | 296 | Thursday, June 1, 2017 | Approved |
MkDocs Material Theme 1.6.4 | 314 | Wednesday, May 24, 2017 | Approved |
MkDocs Material Theme 1.6.3 | 301 | Wednesday, May 17, 2017 | Approved |
MkDocs Material Theme 1.6.2 | 310 | Monday, May 15, 2017 | Approved |
MkDocs Material Theme 1.6.1 | 302 | Monday, April 24, 2017 | Approved |
MkDocs Material Theme 1.6.0 | 317 | Saturday, April 22, 2017 | Approved |
MkDocs Material Theme 1.5.5 | 302 | Thursday, April 20, 2017 | Approved |
MkDocs Material Theme 1.5.4 | 340 | Saturday, April 8, 2017 | Approved |
MkDocs Material Theme 1.5.3 | 300 | Friday, April 7, 2017 | Approved |
MkDocs Material Theme 1.5.2 | 304 | Wednesday, April 5, 2017 | Approved |
MkDocs Material Theme 1.5.1 | 300 | Friday, March 31, 2017 | Approved |
MkDocs Material Theme 1.5.0 | 316 | Saturday, March 25, 2017 | Approved |
MkDocs Material Theme 1.4.1 | 313 | Thursday, March 16, 2017 | Approved |
MkDocs Material Theme 1.3.0 | 302 | Saturday, March 11, 2017 | Approved |
MkDocs Material Theme 1.2.0 | 296 | Friday, March 3, 2017 | Approved |
MkDocs Material Theme 1.1.1 | 300 | Sunday, February 26, 2017 | Approved |
MkDocs Material Theme 1.0.5 | 281 | Saturday, February 18, 2017 | Approved |
MkDocs Material Theme 1.0.4 | 322 | Friday, February 17, 2017 | Approved |
MkDocs Material Theme 1.0.3 | 319 | Sunday, January 22, 2017 | Approved |
MkDocs Material Theme 1.0.2 | 277 | Sunday, January 15, 2017 | Approved |
MkDocs Material Theme 1.0.1 | 305 | Saturday, January 14, 2017 | Approved |
MkDocs Material Theme 1.0.0 | 235 | Friday, January 13, 2017 | Approved |
MkDocs Material Theme 0.2.4 | 346 | Tuesday, November 15, 2016 | Approved |
-
- MkDocs (≥ 0.16.0)
Ground Rules:
- This discussion is only about MkDocs Material Theme and the MkDocs Material Theme package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or MkDocs Material Theme, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.